ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / TaskCollection Class / EndNew Method
The index of the new item to be added.

In This Topic
    EndNew Method (TaskCollection)
    In This Topic
    Commits a pending new item to the collection.
    Syntax
    'Declaration
     
    Public Sub EndNew( _
       ByVal itemIndex As System.Integer _
    ) 
    public void EndNew( 
       System.int itemIndex
    )

    Parameters

    itemIndex
    The index of the new item to be added.
    See Also