Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 762 Bytes

Outlook.combobox.listrows.md

File metadata and controls

30 lines (18 loc) · 762 Bytes
title keywords f1_keywords ms.assetid ms.date ms.localizationpriority
ComboBox.ListRows Property (Outlook Forms Script)
olfm10.chm2001440
olfm10.chm2001440
685de18b-7f1d-e112-fcaa-dccfa60a283f
06/08/2017
medium

ComboBox.ListRows Property (Outlook Forms Script)

Returns or sets a Long that specifies the maximum number of rows to display in the list. Read/write.

Syntax

expression.ListRows

expression A variable that represents a ComboBox object.

Remarks

The default value is 8.

If the number of items in the list exceeds the value of the ListRows property, a scroll bar appears at the right edge of the list-box portion of the combo box.

[!includeSupport and feedback]