ESRI.ArcGIS.ADF.Web.UI.WebControls
Insert Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > TreeViewPlusNodeCollection Class : Insert Method




index
Index at which to insert the node, between 0 and the maximum node value.
node
The TreeViewPlusNode to insert.
Inserts a TreeViewPlusNode into the node collection.

Syntax

Visual Basic (Declaration) 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal node As TreeViewPlusNode _
) 
Visual Basic (Usage)Copy Code
Dim instance As TreeViewPlusNodeCollection
Dim index As Integer
Dim node As TreeViewPlusNode
 
instance.Insert(index, node)
C# 
public void Insert( 
   int index,
   TreeViewPlusNode node
)

Parameters

index
Index at which to insert the node, between 0 and the maximum node value.
node
The TreeViewPlusNode to insert.

See Also

© 2010 All Rights Reserved.