Table of Contents
findCell Method 

Find the cell that is below the given x and y coordinate.

Syntax
JavaScript
 Grid.findCell(x, y)

Parameters

x
The x coordinate.
y
The y coordinate.

Return Value

See Also