ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.8 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / Subtotal Method / Subtotal(AggregateEnum,Int32,Int32,Int32,Int32,String,AggregateFlags) Method

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

    Parameters

    aggType
    level
    groupFrom
    groupTo
    totalOn
    caption
    options
    See Also