[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.HolidayCollection.InsertItems

InsertItems Method

InsertItems(int, IEnumerable<IHoliday>)

Inserts some items into the collection at the specified index.

Declaration
protected override void InsertItems(int index, IEnumerable<IHoliday> value)
Protected Overrides Sub InsertItems(index As Integer, value As IEnumerable(Of IHoliday))
Parameters
Type Name Description
int index

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

IEnumerable<IHoliday> value

A IEnumerable<T> containing the objects to add to the collection.

Overrides