TableIF.addRowSelection

Adds the specified row to the selection.

interface TableIF
bool
addRowSelection
(
int row
)

Parameters

row int

a gint representing a row in table

Return Value

Type: bool

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