ArrayList: SetRange |
Sets the items in the list to a collection of items.
Public Sub SetRange( ByVal Index As Long, ByRef Source As Variant )
The number of items in the list is not changed, nor is the size of the list increased. Only existing items in the list can be set to the items in the collection. This overwrites existing items with new items.