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

In This Topic
    Add(String) Method
    In This Topic
    Adds the new column of tree with specified name to the collection.
    Syntax
    'Declaration
     
    
    Public Overloads Function Add( _
       ByVal name As String _
    ) As C1TreeColumn
    public C1TreeColumn Add( 
       string name
    )

    Parameters

    name
    See Also