GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView Namespace / AdvancedFilterCollection Class / InsertItem Method
The zero-based index where the item is to be inserted.
The item to insert in the list.

In This Topic
    InsertItem Method (AdvancedFilterCollection)
    In This Topic
    Inserts the specified item in the list at the specified index.
    Syntax
    'Declaration
     
    Protected Overrides Sub InsertItem( _
       ByVal index As Integer, _
       ByVal item As AdvancedFilter _
    ) 
    protected override void InsertItem( 
       int index,
       AdvancedFilter item
    )

    Parameters

    index
    The zero-based index where the item is to be inserted.
    item
    The item to insert in the list.
    See Also