Table.isSelected

Gets a boolean value indicating whether the accessible object at the specified row and column is selected

interface Table
bool
isSelected
(
int row
,
int column
)

Parameters

row int

a #gint representing a row in table

column int

a #gint representing a column in table

Return Value

Type: bool

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