get_row_extent_at


Description:

public int get_row_extent_at (int row, int column) throws Error

Gets the number of rows spanned by the table cell at the specific row and column.

(some tables can have cells which span multiple rows and/or columns). The returned values are meaningful only if the Table has both STATE_VISIBLE and STATE_SHOWING.

Parameters:

this

a pointer to the Table implementor on which to operate.

row

the specified table row, zero-indexed.

column

the specified table column, zero-indexed.

Returns:

a int indicating the number of rows spanned by the specified cell.