ASP.NET Pack Programmer's Guide
TableNode.setColumnCount Method
See Also
 





Sets the number of columns in the table.

Namespace: MindFusion.Diagramming
Package: TableNode.js

 Syntax

JavaScript  Copy Code

function setColumnCount (value)

 Parameters

value
An integer value indicating the number of columns in the table.

 Remarks

If you increase the number of columns, the content of the initial columns will remain intact. If you decrease the number, the last columns are removed and the others remain unchanged.

 See Also

TableNode Members
TableNode Class
MindFusion.Diagramming Namespace
redimTable Method
setRowCount Method