Search
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 JavaScript object containing following fields:
{
cell: Cell reference,
cellRect: Rect,
column: Number,
row: Number
};

 See Also