Inserts node(s) at the specified position.
Inserts a copy of the node or nodes represented by the specified object into the specified position and moves to the root of the newly inserted nodes.
[Visual Basic] Overloads Overrides Public Sub Insert(TreePosition, Object, Type)
[C#] public override void Insert(TreePosition, Object, Type);
[C++] public: override void Insert(TreePosition, Object, Type);
[JScript] public override function Insert(TreePosition, Object, Type);
Creates a new node and inserts it at the specified position in the tree relative to the current position and moves the navigator to point at this newly inserted node.
[Visual Basic] Overloads Overrides Public Sub Insert(TreePosition, XmlNodeType, String, String, String)
[C#] public override void Insert(TreePosition, XmlNodeType, String, String, String);
[C++] public: override void Insert(TreePosition, XmlNodeType, String, String, String);
[JScript] public override function Insert(TreePosition, XmlNodeType, String, String, String);
DataDocumentNavigator Class | DataDocumentNavigator Members | System.NewXml Namespace