[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.HolidaySettingCollection.InsertItems

InsertItems Method

InsertItems(int, IEnumerable<HolidaySetting>)

Inserts some items into the collection at the specified index.

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

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

IEnumerable<HolidaySetting> value

The value containing the objects to add to the collection.

Overrides