Table.removeColumnSelection

Adds the specified column to the selection.

class Table
int
removeColumnSelection
(
int column
)

Parameters

column int

a gint representing a column in table

Return Value

Type: int

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

Meta