Aggregate(AggregateEnum,Int32,Int32,Int32,Int32,AggregateFlags) Method
In This Topic
Calculates aggregate statistics for a range.
Syntax
'Declaration
Public Overloads Function Aggregate( _
ByVal As AggregateEnum, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As AggregateFlags _
) As Double
public double Aggregate(
AggregateEnum ,
int ,
int ,
int ,
int ,
AggregateFlags
)
Parameters
- aggType
- C1.Win.C1FlexGrid.AggregateEnum value that specifies the type of aggregate to calculate.
- topRow
- Top row in the range.
- leftCol
- Left column in the range.
- bottomRow
- Bottom row in the range.
- rightCol
- Right column in the range.
- flags
- C1.Win.C1FlexGrid.AggregateFlags value that specifies aggregation options.
Return Value
A
System.Double that represents the aggregate value.
See Also