[]
Adds a range of rows to the collection at a specified position.
public void InsertRange(int index, int count)
Public Sub InsertRange(index As Integer, count As Integer)
| Type | Name | Description |
|---|---|---|
| int | index | The position where the new range will be inserted. |
| int | count | The number of rows to add. |