RemoveRange Method (RowCollection)
In This Topic
Removes a range of rows from the collection.
Syntax
'Declaration
Public Sub RemoveRange( _
ByVal As Integer, _
ByVal As Integer _
)
public void RemoveRange(
int ,
int
)
Parameters
- index
- The index of the first row to remove from the collection.
- count
- The number of rows to remove from the collection.
See Also