Table.getSelectedColumns
void getSelectedColumns(out int[] selected)Gets the selected columns of the table by initializing **selected with the selected column numbers. This array should be freed by the caller.
Parameters
selected | a #gint** that is to contain the selected columns numbers |