Search
TableNode.RowCollection.Add Method
See Also
 





Adds the specified row to the collection.

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

 Syntax

C#  Copy Code

public void Add (
    TableNode.Row r
)

Visual Basic  Copy Code

Public Sub Add( _
    r As TableNode.Row _
)

 Parameters

r
The TableNode.Row object to add to the collection.

 Remarks

Do not use this method directly. Use the AddRow method of the TableNode class instead.

 See Also