RemoveRows(Int32,Int32) Method
In This Topic
Removes the row or rows on this sheet at the specified index.
Syntax
'Declaration
Public Overloads Sub RemoveRows( _
ByVal As Integer, _
ByVal As Integer _
)
'Usage
Dim instance As Worksheet
Dim row As Integer
Dim count As Integer
instance.RemoveRows(row, count)
public void RemoveRows(
int ,
int
)
Parameters
- row
- The index of the first row to remove.
- count
- The number of rows to remove.
See Also