Search
TableColumn Class
Remarks See Also
 





Represents a column of a TableNode.

Namespace: MindFusion.Diagramming
File: TableColumn.js

 Syntax

JavaScript  Copy Code

// class
TableColumn.prototype = {}

 Remarks

Call the getColumn method of TableNode to get the TableColumn instance at specified position. In order to add or remove columns, set table's columnCount property, or call methods such as addColumn, insertColumn, deleteColumn, redimTable.

 Inheritance Hierarchy

MindFusion.Diagramming.TableColumn

 See Also