[]
        
(Showing Draft Content)

C1.Win.Tile.SlideCollection.InsertItem

InsertItem Method

InsertItem(int, Slide)

Inserts a Slide into the SlideCollection at the specified index.

Declaration
protected override void InsertItem(int index, Slide slide)
Protected Overrides Sub InsertItem(index As Integer, slide As Slide)
Parameters
Type Name Description
int index
Slide slide
Overrides