Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListColumn Class / Sort Method / Sort() Method


In This Topic
    Sort() Method
    In This Topic
    Sorts the items in the collection by the column relating SubItems.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Sort() 
    'Usage
     
    
    Dim instance As ListColumn
     
    instance.Sort()
    public void Sort()
    See Also