ComponentOne GanttView for WinForms
AddChild Method

C1.Win.C1GanttView.4 Assembly > C1.Win.C1GanttView Namespace > Task Class : AddChild Method
The new child.
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

Reference

Task Class
Task Members