Turns the matrix into a new data table. The optional argument Invisible(), if True, hides the data table from view but shows it in the Window List pane. If False, the Invisible() argument shows the data table and it is listed in the Window List pane.
Sorts the rows of the matrix based on the column number specified by column_num. The default sort order is ascending.
If column_num is 0, the sort is removed.
If ascending_bool is "True", the sort is performed in ascending order. If ascending_bool is "False", the sort is in descending order.