Overview
Specifies a type of sorting.
Script Variable Summary
access | name | type | Can Read | Can Init | Can Write | Default Value | description |
---|---|---|---|---|---|---|---|
public-read | ASCENDING | Integer | ![]() | 1 |
Indicates sorting in ascending order. |
||
public-read | DESCENDING | Integer | ![]() | 2 |
Indicates sorting in descending order. |
||
public-read | UNSORTED | Integer | ![]() | 0 |
Indicates that there is no sorting. |