Description

Sets all the items in the list portion of the control.

Syntax

List = Variant, Variant, ...

Property Value

An array of variant values to load into the list. Can be an array of strings or numbers or a both.

Remarks

This property removes all existing items from the list before inserting the new values.

Example

The following example loads a ListBox with the numbers zero thru five.

$ListBox.List = 0,1,2,3,4,5




The CHM file was converted to HTML by chm2web software.