cellAt(x, y)

Class: Table.

Description:

Gets a TableCell {row,column} located at specified X and Y coordinates relative to the Table's top-left corner.

Parameters:

Name Type Description

x

number

X

y

number

Y

Returns:

Returns the cell at specified location, or null if the coordinates are outside any cell.

Type: TableCell | null