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


In This Topic
    Order Property (SortFieldInfo)
    In This Topic
    Gets or sets the sort order for the values specified in the key.
    Syntax
    'Declaration
     
    Public Property Order As SortOrder
    'Usage
     
    Dim instance As SortFieldInfo
    Dim value As SortOrder
     
    instance.Order = value
     
    value = instance.Order
    public SortOrder Order {get; set;}

    Property Value

    The sort order for the values specified in the key.
    See Also