[]
        
(Showing Draft Content)

C1.GanttView.GroupModelCollection.RemoveItem

RemoveItem Method

RemoveItem(int)

Removes the element at the specified index of the System.Collections.ObjectModel.Collection<T>.

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

The zero-based index of the element to remove.

Overrides
Exceptions
Type Condition
ArgumentOutOfRangeException

Thrown when index is less than zero.-or-index is equal to or greater than System.Collections.ObjectModel.Collection<T>.Count.