get_row_extent_at
Description:
Gets the number of rows occupied by the accessible object at a specified row and column in the
this.
Parameters:
| this |
a GObject instance that implements AtkTableIface |
| row |
a int representing a row in this |
| column |
a int representing a column in this |
Returns:
|
a gint representing the row extent at specified position, or 0 if value does not implement this interface. |