RemoveRows Method
RemoveRows(int, int)
Removes the row or rows on this sheet at the specified index.
Declaration
public virtual void RemoveRows(int row, int count)
Public Overridable Sub RemoveRows(row As Integer, count As Integer)
Parameters
Type |
Name |
Description |
int |
row |
Index of first row to be removed
|
int |
count |
Number of rows to be removed
|