MindFusion.Diagramming for JavaScript Programmer's Guide

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

An integer value specifying the new number of columns.

rows

An integer value specifying the new number of rows.

 See Also