ComponentOne TreeView for WinForms
Remove Method (C1TreeColumnCollection)

C1.Win.TreeView Namespace > C1TreeColumnCollection Class : Remove Method
Removes the first occurrence of a specified column of tree from the collection.
Syntax
'Declaration
 
Public Function Remove( _
   ByVal treeColumn As C1TreeColumn _
) As Boolean
public bool Remove( 
   C1TreeColumn treeColumn
)

Parameters

treeColumn
See Also

Reference

C1TreeColumnCollection Class
C1TreeColumnCollection Members