DiagramLite Programmer's Guide
TableNode.RowCount Property
See Also
 





Gets the number of rows in the table.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public int RowCount { get; }

Visual Basic  Copy Code

Public ReadOnly Property RowCount As Integer

 Property Value

 Remarks

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.

 See Also

TableNode Members
TableNode Class
MindFusion.Diagramming Namespace