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

Property Type Description
ASCENDING
Enum Ascending sort order.
DESCENDING
Enum Descending sort order.