ColumnHeads Property [Outlook 2003 Forms Help]

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

Setting this property to True displays a blank row as column headings. However, currently there is no way to specify the text for column headings.

Applies to | ComboBox control | ListBox control