[]
        
(Showing Draft Content)

C1.GanttView.CalendarExceptionCollection.SetItem

SetItem Method

SetItem(int, CalendarException)

Replaces the item at the specified index.

Declaration
protected override void SetItem(int index, CalendarException newItem)
Protected Overrides Sub SetItem(index As Integer, newItem As CalendarException)
Parameters
Type Name Description
int index
CalendarException newItem
Overrides