[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.HolidayCollection.InsertItem

InsertItem Method

InsertItem(int, IHoliday)

Inserts an item into the collection at the specified index.

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

The zero-based index at which item should be inserted.

IHoliday item

The object to insert.

Overrides