Applies To
ComboBox control, ListBox control.
Description
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
ColumnCount property, ColumnWidths property, ControlSource property.