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





Inserts a new column at the specified position.

Namespace: MindFusion.Diagramming
Package: TableNode.js

 Syntax

JavaScript  Copy Code

function insertColumn (col)

 Parameters

col

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

 See Also

TableNode Members
TableNode Class
MindFusion.Diagramming Namespace
setColumnCount Method