ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / TaskCollection Class / AddNew Method

In This Topic
    AddNew Method (TaskCollection)
    In This Topic
    Adds a new item to the list.
    Syntax
    'Declaration
     
    Public Function AddNew() As Task
    public Task AddNew()

    Return Value

    The item added to the list.
    See Also