MindFusion.Wpf Pack Programmer's Guide
TableNode.InsertRow Method
See Also
 





Inserts new empty row at the specified position within the table.

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

 Syntax

C#  Copy Code

public void InsertRow (
    int row
)

Visual Basic  Copy Code

Public Sub InsertRow( _
    row As Integer _
)

 Parameters

row

The zero-based index of the row to be inserted.

 Remarks

Call the method to add new row at a particular position in the table. The size of the table is automatically updated and the rows are added to the row collection.

 See Also

TableNode Members
TableNode Class
MindFusion.Diagramming.Wpf Namespace
AddRow Method
DeleteRow Method
RedimTable Method