FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.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