Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.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