ListBox.InitialValue Property
Read-Only
Syntax
InitialValue as String
A list of the default items separated by carriage returns. If the ListBox has more than one column (ColumnCount > 1), separate column entries with Tabs within each row.
If HasHeading is True, the first row of InitialValue is assumed to be the column headings--unless the Heading array is also specified. This property is unreadable at runtime because the list is removed from memory once the control is created.