TableIF.addColumnSelection

Adds the specified column to the selection.

interface TableIF
bool
addColumnSelection
(
int column
)

Parameters

column int

a gint representing a column in table

Return Value

Type: bool

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