Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.Extended.4.5.2 Assembly / C1.Win.C1Schedule Namespace / C1AgendaView Class / Sort Method / Sort(SortFlags,CellRange) Method

In This Topic
    Sort(SortFlags,CellRange) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overridable Sub Sort( _
       ByVal order As C1.Win.C1FlexGrid.SortFlags, _
       ByVal rg As C1.Win.C1FlexGrid.CellRange _
    ) 
    public virtual void Sort( 
       C1.Win.C1FlexGrid.SortFlags order,
       C1.Win.C1FlexGrid.CellRange rg
    )

    Parameters

    order
    rg
    See Also