ComponentOne TileControl for WinForms
C1.Win.C1TileControl.4.5.2 Assembly / C1.Win.C1Tile Namespace / SlideCollection Class / InsertItem Method

In This Topic
    InsertItem Method (SlideCollection)
    In This Topic
    Inserts a Slide into the SlideCollection at the specified index.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub InsertItem( _
       ByVal index As Integer, _
       ByVal slide As Slide _
    ) 
    protected override void InsertItem( 
       int index,
       Slide slide
    )

    Parameters

    index
    slide
    See Also