add_row_selection


Description:

public bool add_row_selection (int row) throws Error

Selects the specified row, adding it to 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 row number of the row being selected.

Returns:

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