ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / Task Class / AddChild Method
The new child.

In This Topic
    AddChild Method (Task)
    In This Topic
    Adds a child to outline hierarchy.
    Syntax
    'Declaration
     
    Public Sub AddChild( _
       ByVal child As Task _
    ) 
    public void AddChild( 
       Task child
    )

    Parameters

    child
    The new child.
    Remarks
    The child was already in the collection.
    See Also