Aggregate(AggregateEnum,AggregateFlags) Method
In This Topic
Calculates aggregate statistics for the selection.
Syntax
'Declaration
Public Overloads Function Aggregate( _
ByVal As AggregateEnum, _
ByVal As AggregateFlags _
) As Double
public double Aggregate(
AggregateEnum ,
AggregateFlags
)
Parameters
- aggType
- C1.Win.C1FlexGrid.AggregateEnum value that specifies the type of aggregate to calculate.
- flags
- C1.Win.C1FlexGrid.AggregateFlags value that specifies aggregation options.
Return Value
A
System.Double that represents the aggregate value.
See Also