Represents a column of a TableNode.
Namespace: MindFusion.Diagramming
File: TableColumn.js
SyntaxJavaScript
Copy Code
|
|---|
// class |
RemarksCall 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 HierarchyMindFusion.Diagramming.TableColumn
See Also