Versions Compared

Key

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

...

The ColumnHeaderText sets the text to appear in the column's header. This property is usually initialized in the ColumnList property.

Example

Code Block
// Change the header text for column 5 to "Hello, World" 
Set_Property(@Window:".OLE_REPORTTABLE", "OLE.ColumnHeaderText[5]", "Hello, World")

See Also

ColumnHeaderAlignmentColumnList