Search
TableNode.insertRow Method
See Also
 






Inserts a new row at the specified position.

Namespace: MindFusion.Diagramming
File: TableNode.js

 Syntax

JavaScript  Copy Code

function insertRow (row)

 Parameters

row

Number. An integer value specifying the position within the table's list of rows where the new row should be inserted.

 See Also