Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableView Class / Sort Method / Sort() Method


In This Topic
    Sort() Method
    In This Topic
    Sorts the table again using the current table complex sort information setting.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Sort() 
    'Usage
     
    
    Dim instance As TableView
     
    instance.Sort()
    public void Sort()
    See Also