Grid_SortNumericCells

Funktionsname dcl_Grid_SortNumericCells
Syntax   (dcl_Grid_SortNumericCells <CONTROL> Column [als Long] {Order [als Boolean]})
Rückgabewert Boolean (T if successful; otherwise NIL)
Anwendbar auf Grid

This method sorts the grid rows in ascending or descending numeric 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.