GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView Namespace / PredecessorCollection Class / RemoveItem Method

In This Topic
    RemoveItem Method (PredecessorCollection)
    In This Topic
    Removes the item at the specified index.
    Syntax
    'Declaration
     
    Protected Overrides Sub RemoveItem( _
       ByVal index As Integer _
    ) 
    protected override void RemoveItem( 
       int index
    )

    Parameters

    index
    See Also