ComponentOne TreeView for WinForms
RemoveAt Method (C1TreeColumnCollection)

C1.Win.TreeView Namespace > C1TreeColumnCollection Class : RemoveAt Method
Removes the column of tree 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

C1TreeColumnCollection Class
C1TreeColumnCollection Members