Gets the 1-D child index corresponding to the specified 2-D row and column indices.
To get the accessible object at a particular (x, y) screen coordinate, use get_accessible_at_point.
see
get_row_at_index,
get_column_at_index
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. |
a int which serves as the index of a specified cell in the table, in a form usable by |