ArrayList: SetRange

SetRange

Sets the items in the list to a collection of items.



 Public Sub SetRange(
	  ByVal Index As Long,
	  ByRef c As Variant )

Parameters

Index
[ByVal] Long. The index at which to start setting items.
c
[ByRef] Variant. A collection of items to set in the list.

Remarks

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 basically overlays new items onto existing items.

See Also

Class ArrayList Overview ArrayList Properties ArrayList Methods Reverse Sort