ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonQatLinkCollection Class / Sort Method

In This Topic
    Sort Method
    In This Topic
    Sorts the items in the collection using the specified comparer.
    Syntax
    'Declaration
     
    Public Sub Sort( _
       ByVal comparer As System.Collections.IComparer _
    ) 
    public void Sort( 
       System.Collections.IComparer comparer
    )

    Parameters

    comparer
    See Also