DataColumn.Alignment Property | |
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
public virtual Usual Alignment { get; set; }
Request Example
View SourceProperty Value
Type:
UsualOne 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