Search
TableNode.getRowRect Method
See Also
 






Returns the bounding rectangle of the specified row.

Namespace: MindFusion.Diagramming
File: TableNode.js

 Syntax

JavaScript  Copy Code

function getRowRect (row)

 Parameters

row

Number. An integer value specifying the index of a table's row.

 Return Value

Rect. A Rect object representing the row's bounding rectangle.

 See Also