Subtotal(AggregateEnum,Int32,Int32,Int32,Int32,String,AggregateFlags) Method
In This Topic
Syntax
'Declaration
Public Overloads Sub Subtotal( _
ByVal As C1.Win.FlexGrid.AggregateEnum, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As String, _
ByVal As C1.Win.FlexGrid.AggregateFlags _
)
public void Subtotal(
C1.Win.FlexGrid.AggregateEnum ,
int ,
int ,
int ,
int ,
string ,
C1.Win.FlexGrid.AggregateFlags
)
Parameters
- aggType
- level
- groupFrom
- groupTo
- totalOn
- caption
- options
See Also