| Sort |
This function sorts the page numerically according to the designated data column.
Syntax:Sort, columnCaption, sortOrder Parameters:columnCaption – the column label to be sorted, or { First, Last, Next, Previous } sortOrder – sort order{ ascending, descending }Examples:Sort,Last,desc This example sorts the rows numerically by the contents of the last column in descending order. Comments:Next and Previous are relative to the currently selected column. |