Table.addColumnSelection

Adds the specified column to the selection.

class Table
int
addColumnSelection
(
int column
)

Parameters

column int

a gint representing a column in table

Return Value

Type: int

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

Meta