GanttView for WPF | ComponentOne
C1.WPF.GanttView Assembly / C1.WPF.GanttView Namespace / BarStyleCollection Class / InsertItem Method

In This Topic
    InsertItem Method (BarStyleCollection)
    In This Topic
    Inserts an item at the specified index.
    Syntax
    'Declaration
     
    Protected Overrides Sub InsertItem( _
       ByVal index As Integer, _
       ByVal newItem As BarStyle _
    ) 
    protected override void InsertItem( 
       int index,
       BarStyle newItem
    )

    Parameters

    index
    newItem
    See Also