[]
Removes a range of items.
public void RemoveRange(int startingIndex, int count)
Public Sub RemoveRange(startingIndex As Integer, count As Integer)
| Type | Name | Description |
|---|---|---|
| int | startingIndex | The index from where the items are removed. |
| int | count | The number of rows that will be removed. |