[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.BlackoutDatesCollection.RemoveItem

RemoveItem Method

RemoveItem(int)

Removes the item at the specified index of the collection.

Declaration
protected override void RemoveItem(int index)
Protected Overrides Sub RemoveItem(index As Integer)
Parameters
Type Name Description
int index

The zero-based index of the element to remove.

Overrides
Remarks

The base class calls this method when an item is removed from the collection. This implementation raises the CollectionChanged event. For more information, see the RemoveItem(int) method of the Collection<T> base class.

Exceptions
Type Condition
NotSupportedException

The calling thread of this method isn't the thread which initialized current instance.