Search
SortDirection Enumeration
See Also
 






Specifies the direction of a sorting operation.

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

 Syntax

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

 See Also