SortCondition.SortBy Property
In This Article
Obtains the sort type.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
#Property Value
Type | Description |
---|---|
Sort |
an enumeration value that indicates the sort type. |
Available values:
Name | Description |
---|---|
Value | Cells are sorted by value. |
Fill | The cells are sorted by fill pattern. |
Font |
The cells are sorted by font color. |
See Also