ComponentOne TreeView for WinForms
RemoveAt Method (C1TreeNodeCollection)

C1.Win.TreeView Namespace > C1TreeNodeCollection Class : RemoveAt Method
Removes the tree node at the specified index of the collection.
Syntax
'Declaration
 
Public Sub RemoveAt( _
   ByVal index As Integer _
) 
public void RemoveAt( 
   int index
)

Parameters

index
See Also

Reference

C1TreeNodeCollection Class
C1TreeNodeCollection Members