TableT.refAt

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

template TableT(TStruct)
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