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

In This Topic
    Aggregate(AggregateEnum,Int32,Int32,Int32,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function Aggregate( _
       ByVal aggType As AggregateEnum, _
       ByVal topRow As System.Integer, _
       ByVal leftCol As System.Integer, _
       ByVal bottomRow As System.Integer, _
       ByVal rightCol As System.Integer _
    ) As System.Double
    public System.double Aggregate( 
       AggregateEnum aggType,
       System.int topRow,
       System.int leftCol,
       System.int bottomRow,
       System.int rightCol
    )

    Parameters

    aggType
    topRow
    leftCol
    bottomRow
    rightCol
    See Also