'Declaration Public Overloads Sub InsertRange( _ ByVal startingIndex As Integer, _ ByVal count As Integer _ )
public void InsertRange( int startingIndex, int count )
Parameters
- startingIndex
- The index where the items are inserted.
- count
- The number of nulls that will be inserted.