Subtotal(AggregateEnum,Int32,Int32,Int32) Method
In This Topic
Syntax
'Declaration
Public Overloads Sub Subtotal( _
ByVal As AggregateEnum, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public void Subtotal(
AggregateEnum ,
System.int ,
System.int ,
System.int
)
Parameters
- aggType
- level
- groupOn
- totalOn
See Also