GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView Namespace / GroupModelCollection Class / RemoveItem Method
The zero-based index of the element to remove.

In This Topic
    RemoveItem Method (GroupModelCollection)
    In This Topic
    Removes the element at the specified index of the System.Collections.ObjectModel.Collection<T>.
    Syntax
    'Declaration
     
    Protected Overrides Sub RemoveItem( _
       ByVal index As Integer _
    ) 
    protected override void RemoveItem( 
       int index
    )

    Parameters

    index
    The zero-based index of the element to remove.
    Exceptions
    ExceptionDescription
    Thrown when index is less than zero.-or-index is equal to or greater than System.Collections.ObjectModel.Collection.Count.
    See Also