Aggregate(AggregateEnum,Int32,Int32,Int32,Int32,AggregateFlags) Method
In This Topic
Syntax
'Declaration
Public Overloads Function Aggregate( _
ByVal As C1.Win.C1FlexGrid.AggregateEnum, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As C1.Win.C1FlexGrid.AggregateFlags _
) As System.Double
public System.double Aggregate(
C1.Win.C1FlexGrid.AggregateEnum ,
System.int ,
System.int ,
System.int ,
System.int ,
C1.Win.C1FlexGrid.AggregateFlags
)
Parameters
- aggType
- topRow
- leftCol
- bottomRow
- rightCol
- flags
See Also