Share via


ListBox.ColumnHeads Property

Outlook Forms Script Reference

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 ListBox object.

Remarks

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

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.

See Also