SlideList
Insert Method (Int32, ISlide, IMasterSlide)
|
Inserts a slide to the collection.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public void Insert(
int index,
ISlide slide,
IMasterSlide master
)
Public Sub Insert (
index As Integer,
slide As ISlide,
master As IMasterSlide
)
public:
void Insert(
int index,
ISlide^ slide,
IMasterSlide^ master
)
member Insert :
index : int *
slide : ISlide *
master : IMasterSlide -> unit
Parameters
-
index
-
Type:
System
Int32
-
slide
-
Type:
Spire.Presentation
ISlide
-
master
-
Type:
Spire.Presentation
IMasterSlide
See Also