MindFusion.Scheduling for JavaScript Programmer's Guide
Calendar.getCellAt Method
See Also
 






Gets the calendar view cell that contains the specified coordinates.

Namespace: MindFusion.Scheduling
Assembly: 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

Calendar Members
Calendar Class
MindFusion.Scheduling Namespace