Skip to content

Latest commit

 

History

History
21 lines (9 loc) · 591 Bytes

ad72c887-068b-973e-c76c-182b7a12f0ce.md

File metadata and controls

21 lines (9 loc) · 591 Bytes

ComboBox.ColumnHeads Property (Outlook Forms Script)

Returns or sets a Boolean that specifies whether a single row of column headings are displayed. Read/write.

Syntax

expression. ColumnHeads

_expression_A variable that represents a ComboBox object.

Remarks

True if column headings are to be displayed, False otherwise (default).

Headings in combo boxes appear only when the list drops down.

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.