MasterSlideList
InsertSlide Method
|
Namespace:
Spire.Presentation.Collections
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public void InsertSlide(
int index,
IMasterSlide slide
)
Public Sub InsertSlide (
index As Integer,
slide As IMasterSlide
)
public:
void InsertSlide(
int index,
IMasterSlide^ slide
)
member InsertSlide :
index : int *
slide : IMasterSlide -> unit
Parameters
-
index
-
Type:
System
Int32
-
slide
-
Type:
Spire.Presentation
IMasterSlide
See Also