Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The ColumnHeaderAlignment property determines the alignment of the column's header. It does not affect the alignment of the column's footer or data. For those, use ColumnFooterAlignment or ColumnAlignment respectively.

Example

Code Block
// Center align the first column's header 
Set_Property(@Window:".OLE_REPORTTABLE", "OLE.ColumnHeaderAlignment[1]", "Center")

See Also

ColumnAlignmentColumnFooterAlignment