Gets or sets the default number of table rows.
Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming
C# Copy Code |
---|
public int TableRowCount { get; set; } |
Visual Basic Copy Code |
---|
Public Property TableRowCount As Integer |
An integer value specifying the number of rows.
Use the property to set the initial number of rows for newly created tables. Further customization of table nodes can be done through TableNode class properties and methods.
NetDiagram Programmer's Guide | © 2023 MindFusion |