Aggregate(AggregateEnum) Method
In This Topic
Calculates aggregate statistics for the selection.
Syntax
'Declaration
Public Overloads Function Aggregate( _
ByVal As AggregateEnum _
) As Double
public double Aggregate(
AggregateEnum
)
Parameters
- aggType
- C1.Win.C1FlexGrid.AggregateEnum value that specifies the type of aggregate to calculate.
Return Value
A
System.Double that represents the aggregate value.
Example
The code below
C1.Win.C1FlexGrid.C1FlexGridBase.Aggregate method to calculate aggregate statistics for the selection. Whenever the selection changes, new aggregates are calculated and written to the console.
See Also