[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.HolidaySettingCollection.SetItem

SetItem Method

SetItem(int, HolidaySetting)

Replaces the element at the specified index.

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

The zero-based index of the element to replace.

HolidaySetting item

The new value for the element at the specified index.

Overrides