MindFusion.Wpf Pack Programmer's Guide
TableNode.Rows Property
See Also
 





Gets a list of all rows in the table.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public TableNode.RowCollection Rows { get; }

Visual Basic  Copy Code

Public ReadOnly Property Rows As TableNode.RowCollection

 Property Value

An instance of the RowCollection class.

 Remarks

The property refers to the collection of all rows that compose the table. Do not add or remove rows through this collection, but use the table's AddRow, InsertRow or DeleteRow methods.

 See Also

TableNode Members
TableNode Class
MindFusion.Diagramming.Wpf Namespace
Columns Property
CurrentScrollRow Property