[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.BlackoutDatesCollection.SetItem

SetItem Method

SetItem(int, CalendarDateRange)

Replaces the element at the specified index.

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

The zero-based index of the element to replace.

CalendarDateRange item

The new value for the element at the specified index.

Overrides
Exceptions
Type Condition
NotSupportedException

The calling thread of this method isn't the thread which initialized current instance.