RemoveRows Method
RemoveRows(int, int)
Removes the rows at the specified index.
Declaration
public void RemoveRows(int row, int count)
Public Sub RemoveRows(row As Integer, count As Integer)
Parameters
| Type |
Name |
Description |
| int |
row |
First row to be removed
|
| int |
count |
Number of rows to be removed
|