TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeColumnCollection Class / Add Method / Add(C1TreeColumn) Method

In This Topic
    Add(C1TreeColumn) Method
    In This Topic
    Adds the new column of tree to the collection.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Add( _
       ByVal treeColumn As C1TreeColumn _
    ) 
    public void Add( 
       C1TreeColumn treeColumn
    )

    Parameters

    treeColumn
    See Also