ComboBox.ColumnCount Property

Outlook Forms Script Reference

Returns or sets a Long that represents the number of columns to display in a combo box. Read/write.

Syntax

expression.ColumnCount

expression   A variable that represents a ComboBox object.

Remarks

Setting ColumnCount to 0 displays zero columns, and setting it to -1 displays all the available columns. For an unbound data source, there is a 10-column limit (0 to 9).

You can use the ColumnWidths property to set the width of the columns displayed in the control.

See Also