sortColumns method
Sorts the rows in the currently selected range according to the values in the first column.
Syntax
sheetObject.sortColumns(isAscending)
Applies to
Sheet class.
Parameters
- isAscending
- boolean. If true, the values in the columns are sorted least-to-greatest. If false, the values are sorted greatest-to-least.
Return value
none.
Usage
Optional note about usage goes here.
Example
sortColumns example
See also
Placeholder method