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