ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / RowCollection Class / Remove Method / Remove(Row) Method
The row to be removed.

In This Topic
    Remove(Row) Method
    In This Topic
    Removes a Row object from the collection.
    Syntax
    'Declaration
     
    Public Overloads Function Remove( _
       ByVal row As Row _
    ) As Row
    public Row Remove( 
       Row row
    )

    Parameters

    row
    The row to be removed.

    Return Value

    A reference to the Row that was removed from the collection.
    See Also