'Declaration
Public Overloads Function Aggregate( _ ByVal aggType As AggregateEnum, _ ByVal flags As AggregateFlags _ ) As Double
public double Aggregate( AggregateEnum aggType, AggregateFlags flags )
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.