Aggregate(AggregateEnum,CellRange) Method
In This Topic
Syntax
'Declaration
Public Overloads Function Aggregate( _
ByVal As C1.Win.FlexGrid.AggregateEnum, _
ByVal As C1.Win.FlexGrid.CellRange _
) As Double
public double Aggregate(
C1.Win.FlexGrid.AggregateEnum ,
C1.Win.FlexGrid.CellRange
)
Parameters
- aggType
- rg
See Also