C1.DataCollection Assembly / C1.DataCollection Namespace / C1LengthList Class / InsertRange Method / InsertRange(Int32,Int32) Method
The index where the items will be inserted.
The number of items to be inserted.

In This Topic
InsertRange(Int32,Int32) Method
In This Topic
Inserts the specified count of default length items at the specified startingIndex.
Syntax
'Declaration
 
Public Overloads Sub InsertRange( _
   ByVal startingIndex As Integer, _
   ByVal count As Integer _
) 
 

Parameters

startingIndex
The index where the items will be inserted.
count
The number of items to be inserted.
See Also