Table.isSelected

bool isSelected(int row, int column)

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

Parameters

rowa #gint representing a row in table
columna #gint representing a column in table

Returns

a gboolean representing if the cell is selected, or 0

if value does not implement this interface.