SlideList
Append Method (ISlide, IMasterSlide)
|
Adds a slide to the collection.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public int Append(
ISlide slide,
IMasterSlide master
)
Public Function Append (
slide As ISlide,
master As IMasterSlide
) As Integer
public:
int Append(
ISlide^ slide,
IMasterSlide^ master
)
member Append :
slide : ISlide *
master : IMasterSlide -> int
Parameters
-
slide
-
Type:
Spire.Presentation
ISlide
-
master
-
Type:
Spire.Presentation
IMasterSlide
Return Value
Type:
Int32
See Also