Gets the table cell at the specified row and column indices.
To get the accessible object at a particular (x, y) screen coordinate, use get_accessible_at_point.
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. |
an Accessible object representing the specified table cell. |