TableIF.refAt

Get a reference to the table cell at row, column. This cell should implement the interface AtkTableCell

interface TableIF
refAt
(
int row
,
int column
)

Parameters

row int

a gint representing a row in table

column int

a gint representing a column in table

Return Value

Type: ObjectAtk

an AtkObject representing the referred to accessible