Specifies the order of a sorting operation, ascending or descending.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public enum SortOrder |
Visual Basic
Copy Code
|
|---|
Public Enum SortOrder |
Members| Member name | Description | |
|---|---|---|
![]() |
Ascending |
Indicates that the items are sorted in ascending order. |
![]() |
Descending |
Indicates that the items are sorted in descending order. |
Remarks
See Also