[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.NotifyCollection-1.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
Exceptions
Type Condition
InvalidOperationException

When the collection is locked.

ArgumentOutOfRangeException

The assigned value of index is not less than the size of collection.