FlexChart | ComponentOne
C1.Win.Ribbon.4.8 Assembly / C1.Win.Ribbon Namespace / RibbonQatLinkCollection Class / Sort Method

In This Topic
    Sort Method (RibbonQatLinkCollection)
    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