ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.8 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / Aggregate Method / Aggregate(AggregateEnum,Int32,Int32,Int32,Int32,AggregateFlags) Method

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

    Parameters

    aggType
    topRow
    leftCol
    bottomRow
    rightCol
    flags
    See Also