Search
TableNode.rowFromPoint Method
See Also
 





Returns the index of the table's row that contains the specified point.

Namespace: MindFusion.Diagramming
File: TableNode.js

 Syntax

JavaScript  Copy Code

function rowFromPoint (point)

 Parameters

point

Point. A Point instance.

 Return Value

Number. An integer value specifying the row's index.

 See Also