SpreadsheetSortOrder Enumeration
This enumeration specifies the Spreadsheet sort order.
Syntax
|
Constants
|
Enum SpreadsheetSortOrder
scSortAscending = 0
scSortDescending = 1
End Enum
|
- scSortAscending: Ascending (A-Z) order sort.
- scSortDescending: Descending (Z-A) order sort.
|
Copyright © 2020. Cloud Software Group, Inc. All Rights Reserved.