is_row_selected


Description:

public bool is_row_selected (int row) throws Error

Determines whether a table row is selected.

Not all tables support row selection.

Parameters:

this

a pointer to the Table implementor on which to operate.

row

the zero-indexed row number of the row being queried.

Returns:

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