GetItem Method (AWTList)

Class

AWTList.

Action

Returns the list item at the specified index.

Syntax

item = list.GetItem(index)
Variable Description
item The name of the list item. String.
index The index of the list item. The value is zero-based. Integer.

Examples

Dim item As String = colorsList.GetItem(1)