MindFusion.Wpf Pack Programmer's Guide
SortDirection Enumeration
See Also
 





Specifies the direction of a sorting operation.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  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.

 Remarks

Members of this enumeration can be assigned to the Direction property of the SortOptions class.

 See Also

MindFusion.Spreadsheet.Wpf Namespace