Grid-SortTextCells

Function Name dcl-Grid-SortTextCells
Syntax   (dcl-Grid-SortTextCells <CONTROL> Column [as Long] {Order [as Boolean]})
Return Type Boolean (T if successful; otherwise NIL)
Applies To Grid

This method sorts the grid rows in ascending or descending alphabetic order using the specified column as the sort key. If the optional Order argument is true or not present, the sort is in ascending order; otherwise it is in descending order.