resort

resort();

The resort method of the JadeTableSheet class resorts the contents of the Table sheet referenced by this object. For a description of this method, see the Table control resort method.

The code fragments in the following examples show the use of the resort method.

table1.accessSheet(1).accessColumn(table1.column).sortOrder := 1;
table1.accessedSheet.resort;