SortOption Enumeration

Syntax Constants
Enum SortOption
    scSortOptionUnsorted = 0
    scSortOptionAscending = 1
    scSortOptionDescending = 2
End Enum
  • scSortOptionUnsorted
  • scSortOptionAscending
  • scSortOptionDescending