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