Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridAggregateFunctionCollection Class / Remove Method / Remove(GridAggregateFunction) Method

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

    Parameters

    item
    See Also