remove_column_selection


Description:

public bool remove_column_selection (int column) throws Error

De-selects the specified column, removing it from the current column selection.

Not all tables support column selection.

Parameters:

this

a pointer to the Table implementor on which to operate.

column

the zero-indexed column number of the column being de-selected.

Returns:

TRUE if the specified column was successfully de-selected, FALSE if not.