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

In This Topic
    Aggregate(AggregateEnum,CellRange) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function Aggregate( _
       ByVal aggType As C1.Win.C1FlexGrid.AggregateEnum, _
       ByVal rg As C1.Win.C1FlexGrid.CellRange _
    ) As System.Double
    public System.double Aggregate( 
       C1.Win.C1FlexGrid.AggregateEnum aggType,
       C1.Win.C1FlexGrid.CellRange rg
    )

    Parameters

    aggType
    rg
    See Also