Alignment property
The alignment of the text in a column.
Syntax
Set: Column.setAlignment(sAlign)
Get: sAlign = Column.getAlignment()
Applies to
Column object.
Data type
String. The sAlign value references a String object that specifies the alignment of the text in the Column object on which this method is invoked. The possible values are: "left", "right", and "center".
Usage
This property represents the alignment of the text in the Column object on which this method is invoked.
See also
Alignment property (of TextElement)