ComponentOne FlexGrid for WinForms
RemoveRange Method (RowCollection)

C1.Win.C1FlexGrid Namespace > RowCollection Class : RemoveRange Method
The index of the first row to remove from the collection.
The number of rows to remove from the collection.
Removes a range of rows from the collection.
Syntax
'Declaration
 
Public Sub RemoveRange( _
   ByVal index As Integer, _
   ByVal count As Integer _
) 
public void RemoveRange( 
   int index,
   int count
)

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

Reference

RowCollection Class
RowCollection Members