SlideList
Insert Method (Int32, SlideLayoutType)
|
Insert a slide to collection.
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,
SlideLayoutType templateType
)
Public Function Insert (
index As Integer,
templateType As SlideLayoutType
) As ISlide
public:
ISlide^ Insert(
int index,
SlideLayoutType templateType
)
member Insert :
index : int *
templateType : SlideLayoutType -> ISlide
Parameters
-
index
-
Type:
System
Int32
-
templateType
-
Type:
Spire.Presentation
SlideLayoutType
Return Value
Type:
ISlide
See Also