[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Converters.ObservableCollectionAdapter-2.RemoveItem

RemoveItem Method

RemoveItem(int)

Removes the item at the specified index of the collection.

Declaration
protected override void RemoveItem(int index)
Parameters
Type Name Description
int index

The zero-based index of the element to remove.

Overrides