Gets or sets the number of columns in the table.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# 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.
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.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |