ArrayList: Item (get) |
Returns an item from the list.
Public Property Get Item( ByVal Index As Long ) As Variant
This property is set as the Default property for
this class. Items can be accessed parentheses:
var = list(index)
The index is zero-based.
Read/Write.
Class ArrayList Overview ArrayList Properties ArrayList Methods IsReadOnly (get) Item (let)