[]
        
(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)
Protected Overrides Sub InsertItem(index As Integer, newItem As CalendarException)
Parameters
Type Name Description
int index
CalendarException newItem
Overrides