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

In This Topic
    Sort(Int32,Int32,IComparer) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overridable Sub Sort( _
       ByVal rowStart As System.Integer, _
       ByVal rowCount As System.Integer, _
       ByVal comparer As System.Collections.IComparer _
    ) 
    public virtual void Sort( 
       System.int rowStart,
       System.int rowCount,
       System.Collections.IComparer comparer
    )

    Parameters

    rowStart
    rowCount
    comparer
    See Also