TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeColumnCollection Class / Remove Method

In This Topic
    Remove Method (C1TreeColumnCollection)
    In This Topic
    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