[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.HolidayCollection.SetItem

SetItem Method

SetItem(int, IHoliday)

Replaces the element at the specified index.

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

The zero-based index of the element to replace.

IHoliday item

The new value for the element at the specified index.

Overrides