Enum SortDirection
Specifies the direction for sorting operations in a spreadsheet.
Namespace: Syncfusion.Blazor.Spreadsheet
Assembly: Syncfusion.Blazor.Spreadsheet.dll
Syntax
public enum SortDirection
Remarks
The sort direction determines the order in which data is arranged during a sorting operation.
- Ascending - Sorts data in ascending order (A to Z, 0 to 9)
- Descending - Sorts data in descending order (Z to A, 9 to 0)
Fields
| Name | Description |
|---|---|
| Ascending | Sorts data in ascending order (A to Z, 0 to 9). |
| Descending | Sorts data in descending order (Z to A, 9 to 0). |