Click or drag to resize

DataColumn.Alignment Property (Typed)

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

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

Property Value

Type: Long
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