ArrayList: Insert |
Inserts a value into the list at the specified index.
Public Sub Insert( ByVal Index As Long, ByRef Value As Variant )
When a value is inserted, all items starting at the insertion point are moved out by one space. If capacity is reached, the list will be reallocated.
Class ArrayList Overview ArrayList Properties ArrayList Methods IndexOf InsertRange