Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.Extended.4.5.2 Assembly / C1.Win.C1Schedule Namespace / C1TableView Class / Subtotal Method / Subtotal(AggregateEnum,Int32,Int32,Int32,Int32,String) Method

In This Topic
    Subtotal(AggregateEnum,Int32,Int32,Int32,Int32,String) Method
    In This Topic
    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 _
    ) 
    public void Subtotal( 
       C1.Win.C1FlexGrid.AggregateEnum aggType,
       System.int level,
       System.int groupFrom,
       System.int groupTo,
       System.int totalOn,
       System.string caption
    )

    Parameters

    aggType
    level
    groupFrom
    groupTo
    totalOn
    caption
    See Also