Search
TableNode.columnCount Property
See Also
 






Gets or sets the number of columns in the table.

Namespace: MindFusion.Diagramming
File: TableNode.js

 Syntax

JavaScript  Copy Code

get columnCount() {}
set columnCount(value) {}

 Property Value

Number

The number of columns in the table.

 Remarks

If you increase the number of columns the content of the initialcolumns will remain intact. If you decrease the number, the lastcolumns are removed and the other remain unchanged.

 See Also