get_row_at_index


Description:

public int get_row_at_index (int index) throws Error

Gets the table row index occupied by the child at a particular 1-D child index.

see get_index_at, get_column_at_index

Parameters:

this

a pointer to the Table implementor on which to operate.

index

the specified child index, zero-indexed.

Returns:

a int indicating the first row spanned by the child of a table, at the specified 1-D ( zero-offset) index.