Returns a reference to the row at the specified position within the table's list of rows.
Namespace: MindFusion.Diagramming
Package: TableNode.js
JavaScript Copy Code |
---|
function getRow (row) |
An integer value specifying the index of a table's row.
Type: Object
A JavaScript object representing the specified row.