FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / RowCollection Class / Remove Method

In This Topic
    Remove Method (RowCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public Function Remove( _
       ByVal item As Row _
    ) As Boolean
    public bool Remove( 
       Row item
    )

    Parameters

    item
    See Also