Search
NodeListView.InsertNode Method (Int32, DiagramNode, String)
See Also
 






Inserts the node at the specified position.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void InsertNode (
    int index,
    DiagramNode node,
    string label
)

Visual Basic  Copy Code

Public Sub InsertNode( _
    index As Integer, _
    node As DiagramNode, _
    label As String _
)

 Parameters

index

The zero-based index at which the node should be inserted.

node

The node to insert.

label

The text to be displayed for the node.

 See Also