Search
TableNode.redimTable Method
See Also
 





Changes the number of columns and rows in this table.

Namespace: MindFusion.Diagramming
File: TableNode.js

 Syntax

JavaScript  Copy Code

function redimTable (columns, rows)

 Parameters

columns

Number. An integer value specifying the new number of columns.

rows

Number. An integer value specifying the new number of rows.

 See Also