remove_row_selection


Description:

public bool remove_row_selection (int row) throws Error

De-selects the specified row, removing it from the current row selection.

Not all tables support row selection.

Parameters:

this

a pointer to the Table implementor on which to operate.

row

the zero-indexed number of the row being de-selected.

Returns:

TRUE if the specified row was successfully de-selected, FALSE if not.