SectionList
InsertSlide Method
|
Insert slide into the section at position.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public ISlide InsertSlide(
Section section,
int index,
ISlide slide
)
Public Function InsertSlide (
section As Section,
index As Integer,
slide As ISlide
) As ISlide
public:
ISlide^ InsertSlide(
Section^ section,
int index,
ISlide^ slide
)
member InsertSlide :
section : Section *
index : int *
slide : ISlide -> ISlide
Parameters
-
section
-
Type:
Spire.Presentation
Section
The target section.
-
index
-
Type:
System
Int32
The target position.
-
slide
-
Type:
Spire.Presentation
ISlide
The target slide.
Return Value
Type:
ISlide
See Also