ColumnAlignment (Runtime property)
Sets or gets the alignment of the desired column.
PROPERTY ColumnAlignment(col as Integer) as Integer
col: The number of the desired column.
Description:
Sets og gets the column alignment of the desired column.
(0 = Left, 1 = Center, -1 = Right).
Columns are one based, that is the first column is number 1.