is_selected


Description:

public bool is_selected (int row, int column) throws Error

Determines whether the cell at a specific row and column is selected.

Parameters:

this

a pointer to the Table implementor on which to operate.

row

the zero-indexed row of the cell being queried.

column

the zero-indexed column of the cell being queried.

Returns:

TRUE if the specified cell is currently selected, FALSE if not.