ComponentOne FlexPivot for WinForms
Aggregate(AggregateEnum,Int32,Int32,Int32,Int32,AggregateFlags) Method

C1.Win.FlexPivot.4 Assembly > C1.Win.FlexPivot Namespace > C1FlexPivotGrid Class > Aggregate Method : Aggregate(AggregateEnum,Int32,Int32,Int32,Int32,AggregateFlags) Method
Syntax
'Declaration
 
Public Overloads Function Aggregate( _
   ByVal aggType As C1.Win.C1FlexGrid.AggregateEnum, _
   ByVal topRow As System.Integer, _
   ByVal leftCol As System.Integer, _
   ByVal bottomRow As System.Integer, _
   ByVal rightCol As System.Integer, _
   ByVal flags As C1.Win.C1FlexGrid.AggregateFlags _
) As System.Double
public System.double Aggregate( 
   C1.Win.C1FlexGrid.AggregateEnum aggType,
   System.int topRow,
   System.int leftCol,
   System.int bottomRow,
   System.int rightCol,
   C1.Win.C1FlexGrid.AggregateFlags flags
)

Parameters

aggType
topRow
leftCol
bottomRow
rightCol
flags
See Also

Reference

C1FlexPivotGrid Class
C1FlexPivotGrid Members
Overload List