Search
Calendar.getCellAt Method
See Also
 






Gets the calendar view cell that contains the specified coordinates.

Namespace: MindFusion.Scheduling
File: Calendar.js

 Syntax

JavaScript  Copy Code

function getCellAt (x, y)

 Parameters

x

Number. The X-coordinate of the point.

y

Number. The Y-coordinate of the point.

 Return Value

ViewCell. The calendar view cell that contains the specified coordinates or null if there is no cell at point.

 See Also