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