DataColumn.Alignment Property (Typed) | |
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
public virtual int Alignment { get; set; }
Request Example
View SourceProperty Value
Type:
LongOne of the following constants representing the alignment of this data column:
Remarks
One of the following constants representing the alignment of this data column:
Constant | Description |
---|
GBAALIGNCENTER | Center aligned |
GBAALIGNLEFT |
Left aligned (This is the default for text.)
|
GBAALIGNRIGHT |
Right aligned (This is the default for numeric data.)
|
See Also