NumberOfElements Property

Applies To   See Also

Specifies how many items in an array are used to fill the list portion of a ComboBox or ListBox control. Available at design time and run time.

Syntax

[Form.]Control.NumberOfElements[ = nTotal]

Settings

nTotal

Specifies the number of elements that a list can contain.

Remarks

Available only when the ListSourceType property is set to 5 (Array) and the ColumnCount property is set to 1.

NumberOfElements is useful to limit the number of elements in an array that are displayed in a list. The number of elements used for the list begins with the FirstElement property setting and includes the number of elements specified in the NumberOfElements property setting.