TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeNodeCollection Class / Add Method / Add(Object) Method
The value of new C1TreeNode which to add to the C1TreeNodeCollection.

In This Topic
    Add(Object) Method
    In This Topic
    Adds the new tree node with specified value to the collection.
    Syntax
    'Declaration
     
    
    Public Overloads Function Add( _
       ByVal value As Object _
    ) As C1TreeNode
    public C1TreeNode Add( 
       object value
    )

    Parameters

    value
    The value of new C1TreeNode which to add to the C1TreeNodeCollection.

    Return Value

    The C1TreeNode that is added to the collection.
    See Also