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