ArrayList: Item (set) |
Sets an item in the list to a value.
Public Property Set Item( ByVal Index As Long, ByRef RHS As Variant )
This property is set as the Default property for
this class. Items can be accessed parentheses:
Set list(index) = value
The index is zero-based.
Read/Write.
Class ArrayList Overview ArrayList Properties ArrayList Methods Item (let) LastIndexOf