Search
TableNode.ColumnCount Property
See Also
 





Gets or sets the number of columns in the table.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public int ColumnCount { get; set; }

Visual Basic  Copy Code

Public Property ColumnCount As Integer

 Property Value

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

 Remarks

If you increase the number of columns the contents of the old columns will remain intact. If you decrease the number, the last columns are removed and the other remain unchanged.

 See Also