You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

The column header's text.

 

Usage

Set_Property(OLECtrlEntID, "OLE.ColumnHeaderText[col]", Text)

Values

Text can contain anything.

Default: ""

Indices

IndexDescription
colThe index to a column in the report table

Remarks

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

Example

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

See Also

ColumnHeaderAlignmentColumnList

  • No labels