Returns a reference to the row at the specified position within the table's list of rows.
Namespace: MindFusion.Diagramming
File: TableNode.js
SyntaxJavaScript
Copy Code
|
|---|
function getRow (row) |
Number. An integer value specifying the index of a table's row.
A TableRow instance.
See Also