ArrayList: SetRange

SetRange

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



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

Parameters

Index
[ByVal] Long. The zero-based index at which to start setting items.
Source
[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 overwrites existing items with new items.

See Also

Project CorLib Overview

Class ArrayList Overview