Search
Diagram.TableColumnCount Property
See Also
 





Gets or sets the default number of table columns.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public int TableColumnCount { get; set; }

Visual Basic  Copy Code

Public Property TableColumnCount As Integer

 Property Value

An integer value, which specifies the number of columns in new tables. The default is 2.

 Remarks

This value is used to initialize the ColumnCount property of new tables.

 See Also