ComponentOne FlexGrid for WinForms
Subtotal(AggregateEnum,Int32,Int32,Int32) Method

C1.Win.C1FlexGrid Namespace > C1FlexGridBase Class > Subtotal Method : Subtotal(AggregateEnum,Int32,Int32,Int32) Method
AggregateEnum value that specifies the type of aggregate to calculate.
Outline level to assign to the new subtotal rows. This parameter allows the creation of multi-level subtotals and affects the display of the outline tree.
Column used to detect group breaks.
Column that contains values to be aggregated (usually numeric).
Groups rows based on cell contents and calculates aggregate values.
Syntax
'Declaration
 
Public Overloads Sub Subtotal( _
   ByVal aggType As AggregateEnum, _
   ByVal level As Integer, _
   ByVal groupOn As Integer, _
   ByVal totalOn As Integer _
) 
public void Subtotal( 
   AggregateEnum aggType,
   int level,
   int groupOn,
   int totalOn
)

Parameters

aggType
AggregateEnum value that specifies the type of aggregate to calculate.
level
Outline level to assign to the new subtotal rows. This parameter allows the creation of multi-level subtotals and affects the display of the outline tree.
groupOn
Column used to detect group breaks.
totalOn
Column that contains values to be aggregated (usually numeric).
See Also

Reference

C1FlexGridBase Class
C1FlexGridBase Members
Overload List