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.

Parameters

row gint
 

The specified table row, zero-indexed.

column gint
 

The specified table column, zero-indexed.

error GError **
  The return location for a GError*, or NULL.

Return value

Returns: gint
 

A #gint indicating the number of rows spanned by the specified cell.