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

Compare with Current View Page History

« Previous Version 2 Current »

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", 1)

See Also

ColumnHeaderTextFooterVisibleGroupPanelVisible

  • No labels