NetXP 3.0 Reference

WNetNodeCollection.Insert Method 

Inserts an item at a specified index.

[Visual Basic]
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal item As WNetNode _
)
[C#]
public void Insert(
   int index,
   WNetNode item
);

Parameters

index
The index.
item
The item.

See Also

WNetNodeCollection Class | NETXP.Library Namespace