Returns the bounding rectangle of the specified row.
Namespace: MindFusion.Diagramming
File: TableNode.js
SyntaxJavaScript
Copy Code
|
|---|
function getRowRect (row) |
Number. An integer value specifying the index of a table's row.
Rect. A Rect object representing the row's bounding rectangle.
See Also