ComponentOne GanttView for WinForms
EndNew Method (TaskCollection)

C1.Win.C1GanttView.4 Assembly > C1.Win.C1GanttView Namespace > TaskCollection Class : EndNew Method
The index of the new item to be added.
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

Reference

TaskCollection Class
TaskCollection Members