sheets.sort Object
Defines the sort criteria for the sheet.
sheets.sort.columns Array
Specifies the sort options for individual columns.
sheets.sort.columns.ascending Boolean
Indicates if the data in the cell will be sorted in ascending (true
) or descending order (false
).
sheets.sort.columns.index Number
The index of the column within the sheet. For example, column C will have an index of 2
.
sheets.sort.ref String
The sorted range, for example, A1:D5
.