SlideList
Insert Method (Int32, ILayout)
|
Insert a new slide based on template.
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,
ILayout template
)
Public Function Insert (
index As Integer,
template As ILayout
) As ISlide
public:
ISlide^ Insert(
int index,
ILayout^ template
)
member Insert :
index : int *
template : ILayout -> ISlide
Parameters
-
index
-
Type:
System
Int32
the index in collection.
-
template
-
Type:
Spire.Presentation
ILayout
layout template.
Return Value
Type:
ISlide
See Also