Gets or sets the number of columns in the table.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public int ColumnCount { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ColumnCount As Integer |
An integer value indicating the number of columns in the table.
RemarksIf 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