List Method

Object List Next Object

Defined By:
ComboBox

Description:

Returns the string at a given index.

Declaration:

Function List(ByVal index As Integer)As String

Details:

List will return the string at the requested index. If the index is greater than or equal to the ListCount, List will return the empty string.