Gets the table row index occupied by the child at a particular 1-D child index.
see
get_index_at,
get_column_at_index
this |
a pointer to the Table implementor on which to operate. |
index |
the specified child index, zero-indexed. |
a int indicating the first row spanned by the child of a table, at the specified 1-D (zero-offset)
|