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

In This Topic
    Subtotal(AggregateEnum,Int32,String,String) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub Subtotal( _
       ByVal aggType As C1.Win.C1FlexGrid.AggregateEnum, _
       ByVal level As System.Integer, _
       ByVal groupOn As System.String, _
       ByVal totalOn As System.String _
    ) 
    public void Subtotal( 
       C1.Win.C1FlexGrid.AggregateEnum aggType,
       System.int level,
       System.string groupOn,
       System.string totalOn
    )

    Parameters

    aggType
    level
    groupOn
    totalOn
    See Also