Search
SortOrder Enumeration
See Also
 






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

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  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.

 See Also