MindFusion.Diagramming for JavaScript Programmer's Guide

TableNode.cellFromPoint Method

See Also
 





Returns the cell that contains the specified point.

Namespace: MindFusion.Diagramming
File: TableNode.js

 Syntax

JavaScript  Copy Code

function cellFromPoint (point)

 Parameters

point

A Point instance.

 Return Value

A Cell instance representing the cell containing the specified point.

 See Also