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 expanded.