getTableDataSorted()

getTableDataSorted("表格名稱"):取得表格排序資料

String ret[][] = getTableDataSorted("table1");

setTableData("table2",ret);