Search
TableNode.getRow Method
See Also
 





Returns a reference to the row at the specified position within the table's list of rows.

Namespace: MindFusion.Diagramming
File: TableNode.js

 Syntax

JavaScript  Copy Code

function getRow (row)

 Parameters

row

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

 Return Value

A TableRow instance.

 See Also