Displays or hides the fixed row at the top of a grid that displays the column headings.
Syntax
object.DisplayHeaders [= Boolean]
Parameters
The DisplayHeaders property syntax has these parts:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
Boolean |
Whether to display or hide the column headers in a grid display. |
Settings
The settings for Boolean are:
Value |
Description |
True |
Displays the fixed row of column headers. (Default) |
False |
Hides the fixed row of column headers. |
Remarks
Set this property to False to display customized column headings using text objects.