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