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

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

    Parameters

    aggType
    rg
    flags
    See Also