Click or drag to resize

DataColumn.Alignment Property

X#
One of the following constants representing the alignment of this data column:

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY Alignment AS USUAL GET SET 
Request Example View Source

Property Value

Type: Usual
One of the following constants representing the alignment of this data column:
Remarks
One of the following constants representing the alignment of this data column:
ConstantDescription
GBAALIGNCENTERCenter aligned
GBAALIGNLEFT Left aligned (This is the default for text.)
GBAALIGNRIGHT Right aligned (This is the default for numeric data.)
See Also