Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SortField Class / Order Property


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

    Property Value

    A SortOrder value represents the sort order for the values specified in the key.
    See Also