![]() ![]() |
ESRI.ArcGIS.ADF.Web.UI.WebControls | |
Insert Method | |
See Also Send Feedback |
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.
Visual Basic (Declaration) | |
---|---|
Public Shadows Sub Insert( _ ByVal index As Integer, _ ByVal node As TreeViewPlusNode _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As TreeViewPlusNodeCollection Dim index As Integer Dim node As TreeViewPlusNode instance.Insert(index, node) |
C# | |
---|---|
public new 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.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family