Scheduler for WinForms | ComponentOne
C1.Win.Schedule.6 Assembly / C1.Schedule.Printing Namespace / PrintStyleCollection Class / InsertItem Method
The zero-based index where the item is to be inserted.
The item to insert in the collection.

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

    Parameters

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