Inserts the node at the specified position.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public void InsertNode ( |
Visual Basic
Copy Code
|
|---|
Public Sub InsertNode( _ |
The zero-based index at which the node should be inserted.
The node to insert.
See Also