[]
        
(Showing Draft Content)

C1.GanttView.TaskCollection.CancelNew

CancelNew Method

CancelNew(int)

Discards a pending new item.

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

The index of the of the new item to be added

Implements