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.