Spread Windows Forms 12.0 Product Documentation
Order Property (ISortField)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > ISortField Interface : Order Property
Gets or sets the sort order for the values specified in the key.
Syntax
'Declaration
 
Property Order As SortOrder
'Usage
 
Dim instance As ISortField
Dim value As SortOrder
 
instance.Order = value
 
value = instance.Order
SortOrder Order {get; set;}

Property Value

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

Reference

ISortField Interface
ISortField Members