Specifies the direction of a sorting operation.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public enum SortDirection |
Visual Basic
Copy Code
|
|---|
Public Enum SortDirection |
Members| Member name | Description | |
|---|---|---|
![]() |
LeftToRight |
Indicates left-to-right direction. The sort keys represent rows. |
![]() |
TopToBottom |
Indicates top-to-bottom direction. The sort keys represent columns. |
RemarksMembers of this enumeration can be assigned to the Direction property of the SortOptions class.
See Also