RemoveRows Method (SheetView)
Removes the row or rows on this sheet at the specified index.
public virtual void RemoveRows(
int ,
int
)
'Declaration
Public Overridable Sub RemoveRows( _
ByVal As Integer, _
ByVal As Integer _
)
'Usage
Dim instance As SheetView
Dim row As Integer
Dim count As Integer
instance.RemoveRows(row, count)
Parameters
- row
- Index of first row to be removed
- count
- Number of rows to be removed