ComponentOne Olap for WinForms
C1.Win.Olap.4 Assembly / C1.Win.Olap Namespace / C1OlapGrid Class / Aggregate Method / Aggregate(AggregateEnum,CellRange,AggregateFlags) Method

In This Topic
    Aggregate(AggregateEnum,CellRange,AggregateFlags) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function Aggregate( _
       ByVal aggType As AggregateEnum, _
       ByVal rg As CellRange, _
       ByVal flags As AggregateFlags _
    ) As System.Double
    public System.double Aggregate( 
       AggregateEnum aggType,
       CellRange rg,
       AggregateFlags flags
    )

    Parameters

    aggType
    rg
    flags
    See Also