MindFusion.Diagramming for JavaScript Programmer's Guide

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

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

 See Also