FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridRowCollection Class / Remove Method / Remove(GridRow) Method

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

    Parameters

    item
    See Also