Enum SortOrder

SortOrder

An enumeration representing the sort order.

To call an enum, you call its parent class, name, and property. For example, SpreadsheetApp.SortOrder.ASCENDING.

Properties

PropertyTypeDescription
ASCENDINGEnumAscending sort order.
DESCENDINGEnumDescending sort order.