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





Specifies the order of a sorting operation, ascending or descending.

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

 Syntax

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

Members of this enumeration can be assigned to the Order property of the SortKey class.

 See Also

MindFusion.Spreadsheet.Wpf Namespace