Method
AtspiTableget_column_extent_at
Declaration [src]
gint
atspi_table_get_column_extent_at (
AtspiTable* obj,
gint row,
gint column,
GError** error
)
Description [src]
Gets the number of columns 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.