Turns the matrix into a new data table. The optional argument Invisible(), if True, hides the data table from view. If False, the Invisible() argument shows the data table.
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.

Help created on 9/19/2017