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