Gets or sets the number of rows in the table.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public int RowCount { get; set; } |
Visual Basic Copy Code |
---|
Public Property RowCount As Integer |
An integer value specifying the number of rows in the table.
If you increase the number of rows the content of the initial rows will remain intact. If you decrease the number, the last rows are removed and the other remain unchanged.
WpfDiagram Programmer's Guide | © 2024 MindFusion |