ComponentOne FlexPivot for WinForms
Subtotal(AggregateEnum,Int32,Int32,Int32,Int32,String,AggregateFlags) Method

C1.Win.FlexPivot.4 Assembly > C1.Win.FlexPivot Namespace > C1FlexPivotGrid Class > Subtotal Method : Subtotal(AggregateEnum,Int32,Int32,Int32,Int32,String,AggregateFlags) Method
Syntax
'Declaration
 
Public Overloads Sub Subtotal( _
   ByVal aggType As C1.Win.C1FlexGrid.AggregateEnum, _
   ByVal level As System.Integer, _
   ByVal groupFrom As System.Integer, _
   ByVal groupTo As System.Integer, _
   ByVal totalOn As System.Integer, _
   ByVal caption As System.String, _
   ByVal options As C1.Win.C1FlexGrid.AggregateFlags _
) 
public void Subtotal( 
   C1.Win.C1FlexGrid.AggregateEnum aggType,
   System.int level,
   System.int groupFrom,
   System.int groupTo,
   System.int totalOn,
   System.string caption,
   C1.Win.C1FlexGrid.AggregateFlags options
)

Parameters

aggType
level
groupFrom
groupTo
totalOn
caption
options
See Also

Reference

C1FlexPivotGrid Class
C1FlexPivotGrid Members
Overload List