Gets or sets the default number of table columns.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public int TableColumnCount { get; set; } |
Visual Basic Copy Code |
---|
Public Property TableColumnCount As Integer |
An integer value, which specifies the number of columns in new tables. The default is 2.
This value is used to initialize the ColumnCount property of new tables.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |