Versions Compared

Key

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

...

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

Example

Code Block
// Center align the third column's footer 
Set_Property(@Window:".OLE_REPORTTABLE", "OLE.ColumnFooterAlignment[3]", "Center")

See Also

ColumnAlignmentColumnHeaderAlignment