Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / WorksheetStateEventArgs Class / Sort Property


In This Topic
    Sort Property (WorksheetStateEventArgs)
    In This Topic
    Gets a boolean value indicating whether the sort is changed.
    Syntax
    'Declaration
     
    
    Public Property Sort As Boolean
    'Usage
     
    
    Dim instance As WorksheetStateEventArgs
    Dim value As Boolean
     
    instance.Sort = value
     
    value = instance.Sort
    public bool Sort {get; set;}
    See Also