Method
AtspiTableget_row_extent_at
Declaration [src]
gint
atspi_table_get_row_extent_at (
AtspiTable* obj,
gint row,
gint column,
GError** error
)
Description [src]
Gets the number of rows spanned by the table cell at the specific row and column. (some tables can have cells which span multiple rows and/or columns). The returned values are meaningful only if the Table has both STATE_VISIBLE and STATE_SHOWING.