Specifies the order of a sorting operation, ascending or descending.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
Java Copy Code |
---|
public enum SortOrder |
Member name | Description | |
---|---|---|
Ascending |
Indicates that the items are sorted in ascending order. |
|
Descending |
Indicates that the items are sorted in descending order. |
JSpreadsheet Programmer's Guide | © 2024 MindFusion |