[]
Removes a range of rows from the collection.
public void RemoveRange(int index, int count)
Type | Name | Description |
---|---|---|
int | index | The index of the first row to remove from the collection. |
int | count | The number of rows to remove from the collection. |