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