Table.isColumnSelected

Gets a boolean value indicating whether the specified column is selected

class Table
int
isColumnSelected
(
int column
)

Parameters

column int

a gint representing a column in table

Return Value

Type: int

a gboolean representing if the column is selected, or 0 if value does not implement this interface.

Meta