| SortRowLabel |
This function sorts the page alphabetically or numerically according to its row label.
Syntax:SortRowLabel, sortOrder, alphaNumeric Parameters:sortOrder - {ascending, descending } for setting the order of the sorting. alphaNumeric - {alphabetic, numeric } for setting the type of sorting. Examples:SortRowLabel,desc,numer This example sorts all the rows in your data so the row labels are in a descending, numerical order. Note that the parameters may be shortened.
|