FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / C1FlexGridBase Class / Aggregate Method / Aggregate(AggregateEnum,AggregateFlags) Method
AggregateEnum value that specifies the type of aggregate to calculate.
AggregateFlags value that specifies aggregation options.

In This Topic
    Aggregate(AggregateEnum,AggregateFlags) Method
    In This Topic
    Calculates aggregate statistics for the selection.
    Syntax
    'Declaration
     
    
    Public Overloads Function Aggregate( _
       ByVal aggType As AggregateEnum, _
       ByVal flags As AggregateFlags _
    ) As Double

    Parameters

    aggType
    AggregateEnum value that specifies the type of aggregate to calculate.
    flags
    AggregateFlags value that specifies aggregation options.

    Return Value

    A System.Double that represents the aggregate value.
    See Also