Shows or hides the column headers.

Usage

Set_Property(OLECtrlEntID, "OLE.HeaderVisible", Boolean)

Values

[True | False]

Default: True

Remarks

The HeaderVisible property determines whether or not a header appears at the top of the table. By default, this is true. Set this to false to hide it.

Example

// Hide the column headers 
Set_Property(@Window:".OLE_REPORTTABLE", "OLE.HeaderVisible", 0)

See Also

ColumnHeaderTextFooterVisibleGroupPanelVisible

  • No labels