Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ISortField Interface / SortOn Property


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

    Property Value

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