InsertRange(Int32,Int32) Method
Inserts the specified of default length items at the specified .
public void InsertRange(
int ,
int
)
'Declaration
Public Overloads Sub InsertRange( _
ByVal As Integer, _
ByVal As Integer _
)
Parameters
- startingIndex
- The index where the items will be inserted.
- count
- The number of items to be inserted.