ColumnHeaderAlignment (Runtime property)

Sets or gets the alignment of the desired column header.

PROPERTY ColumnHeaderAlignment(col as Integer) as Integer

col: The number of the desired column.

Description:
Sets og gets the column alignment of the desired column header.
(0 = Left, 1 = Center, -1 = Right).

Columns are one based, that is the first column is number 1.