[]
        
(Showing Draft Content)

C1.GanttView.TaskCollection.Add

Add Method

Add(Task)

Adds a new Task object to the collection. If the item already exists in the collection, its index is returned.

Declaration
public int Add(Task item)
Parameters
Type Name Description
Task item
Returns
Type Description
int

Returns the index of newly added custom object.