TableT.removeRowSelection

Removes the specified @row from the selection.

template TableT(TStruct)
bool
removeRowSelection
(
int row
)

Parameters

row int

a #gint representing a row in @table

Return Value

Type: bool

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

Meta