Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ConditionalFormattingIconRuleSet Class / Sort Method / Sort() Method


In This Topic
    Sort() Method
    In This Topic
    Sorts the elements in the entire ListBase<T> using the default comparer.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Sort() 
    'Usage
     
    
    Dim instance As ConditionalFormattingIconRuleSet
     
    instance.Sort()
    public void Sort()
    See Also