is_column_selected


Description:

public bool is_column_selected (int column) throws Error

Determines whether specified table column is selected.

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 queried.

Returns:

TRUE if the specified column is currently selected, FALSE if not.