[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.SelectedDatesCollection.InsertItem

InsertItem Method

InsertItem(int, DateTime)

Inserts an item into the collection at the specified index.

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

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

DateTime item

The date to insert.

Overrides
Remarks

This implementation raises the CollectionChanged event. The item at the index after this invocation might be different, because this collection will be sorted after operation.