TableIF.removeColumnSelection

Adds the specified @column to the selection.

interface TableIF
bool
removeColumnSelection
(
int column
)

Parameters

column int

a #gint representing a column in @table

Return Value

Type: bool

a gboolean representing if the column was successfully removed from the selection, or 0 if value does not implement this interface.

Meta