Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 884 Bytes

Outlook.combobox.columncount.md

File metadata and controls

30 lines (18 loc) · 884 Bytes
title keywords f1_keywords ms.assetid ms.date ms.localizationpriority
ComboBox.ColumnCount Property (Outlook Forms Script)
olfm10.chm2000940
olfm10.chm2000940
9bbdcdfa-25c8-5113-8532-6bf4857aef67
06/08/2017
medium

ComboBox.ColumnCount Property (Outlook Forms Script)

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

Use the ColumnWidths property to set the width of the columns displayed in the control.

[!includeSupport and feedback]