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