Table.getIndexAt

Gets a gint representing the index at the specified row and column.

class Table
int
getIndexAt
(
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: int

a gint representing the index at specified position. The value -1 is returned if the object at row,column is not a child of table or table does not implement this interface.

Meta