get_n_selected_columns
Description:
public int get_n_selected_columns ()
throws Error
Queries a table to find out how many columns are currently selected.
Not all tables support column selection.
Parameters:
this |
a pointer to the Table implementor on which to operate.
|
Returns:
a int indicating the number of columns currently selected.
|