Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Column Class / ResetSortIndicator Method


In This Topic
    ResetSortIndicator Method (Column)
    In This Topic
    Resets the sort indicator for the column and makes the column inherit the sort indicator from the default column.
    Syntax
    'Declaration
     
    
    Public Sub ResetSortIndicator() 
    'Usage
     
    
    Dim instance As Column
     
    instance.ResetSortIndicator()
    public void ResetSortIndicator()
    See Also