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




index
The zero-based index of the TreeViewPlusNode to remove.
Removes a TreeViewPlusNode at the specified index.

Syntax

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

Parameters

index
The zero-based index of the TreeViewPlusNode to remove.

See Also

© 2010 All Rights Reserved.