'Declaration Public Overloads Sub RemoveRows( _ ByVal row As System.Integer, _ ByVal count As System.Integer _ )
'Usage Dim instance As Worksheet Dim row As System.Integer Dim count As System.Integer instance.RemoveRows(row, count)
Parameters
- row
- The index of the first row to remove.
- count
- The number of rows to remove.