Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SortField Class / SortOn Property


In This Topic
    SortOn Property (SortField)
    In This Topic
    Gets or sets what attribute of the cell to sort on.
    Syntax
    'Declaration
     
    
    Public Property SortOn As SortOn
    'Usage
     
    
    Dim instance As SortField
    Dim value As SortOn
     
    instance.SortOn = value
     
    value = instance.SortOn
    public SortOn SortOn {get; set;}

    Property Value

    A SortOn value represents what attribute of the cell to sort on.
    See Also