Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / SortFieldInfo Class / SortOn Property


In This Topic
    SortOn Property (SortFieldInfo)
    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 SortFieldInfo
    Dim value As SortOn
     
    instance.SortOn = value
     
    value = instance.SortOn
    public SortOn SortOn {get; set;}

    Property Value

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