[]
        
(Showing Draft Content)

C1.GanttView.CalendarExceptionCollection.InsertItem

InsertItem Method

InsertItem(int, CalendarException)

Inserts an item at the specified index.

Declaration
protected override void InsertItem(int index, CalendarException newItem)
Parameters
Type Name Description
int index
CalendarException newItem
Overrides