[]
        
(Showing Draft Content)

C1.GanttView.TaskCollection.EndNew

EndNew Method

EndNew(int)

Commits a pending new item to the collection.

Declaration
public void EndNew(int itemIndex)
Public Sub EndNew(itemIndex As Integer)
Parameters
Type Name Description
int itemIndex

The index of the new item to be added.

Implements