Specifies the direction of a sorting operation.
Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf
C#
![]() |
---|
public enum SortDirection |
Visual Basic
![]() |
---|
Public Enum SortDirection |
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. |
Members of this enumeration can be assigned to the Direction property of the SortOptions class.
MindFusion.Spreadsheet for WPF Programmer's Guide | © 2025 MindFusion |