Represents a strongly-typed collection of TableNode.Row objects.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public class TableNode.RowCollection : CollectionBase |
Visual Basic Copy Code |
---|
Public Class TableNode.RowCollection |
Do not use the methods and properties of this class to modify the contents of this collection directly. If you want to add or remove rows from a table, use the AddRow, InsertRow, DeleteRow and RedimTable methods of the TableNode class instead.
System.Object
System.Collections.CollectionBase
MindFusion.Diagramming.Wpf.TableNode.RowCollection
WpfDiagram Programmer's Guide | © 2024 MindFusion |