Aggregate(AggregateEnum,CellRange) Method
In This Topic
Calculates aggregate statistics for a range.
Syntax
'Declaration
Public Overloads Function Aggregate( _
ByVal As AggregateEnum, _
ByVal As CellRange _
) As Double
public double Aggregate(
AggregateEnum ,
CellRange
)
Parameters
- aggType
- C1.Win.C1FlexGrid.AggregateEnum value that specifies the type of aggregate to calculate.
- rg
- C1.Win.C1FlexGrid.CellRange object that contains the values to be aggregated.
Return Value
A
System.Double that represents the aggregate value.
See Also