[]
Adds a range of rows to the collection at a specified position.
public void InsertRange(int index, int count)
The position where the new range will be inserted.
The number of rows to add.