ColumnHeads property
Displays a single row of column headings for list boxes, combo boxes, and objects that accept column headings.
Syntax
object.ColumnHeads [= Boolean ]
The ColumnHeads property syntax has these parts:
Part | Description |
---|---|
object | Required. A valid object. |
Boolean | Optional. Specifies whether the column headings are displayed. |
Settings
The settings for Boolean are:
Value | Description |
---|---|
True | Display column headings. |
False | Do not display column headings (default). |
Headings in combo boxes appear only when the list drops down.
Remarks
When the system uses the first row of data items as column headings, they can't be selected.
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.