Changes the number of columns and rows in this table.
Namespace: MindFusion.Diagramming
File: TableNode.js
SyntaxJavaScript
Copy Code
|
|---|
function redimTable (columns, rows) |
Number. An integer value specifying the new number of columns.
Number. An integer value specifying the new number of rows.
See Also