Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Appearance Class / SortState Property


In This Topic
    SortState Property
    In This Topic
    Gets or sets the sorting state.
    Syntax
    'Declaration
     
    
    Public Property SortState As SortState
    'Usage
     
    
    Dim instance As Appearance
    Dim value As SortState
     
    instance.SortState = value
     
    value = instance.SortState
    public SortState SortState {get; set;}
    See Also