ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / 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.

In This Topic
    RemoveRange Method (RowCollection)
    In This Topic
    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