SlideList
Append Method (ISlide)
|
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
)
Public Function Append (
slide As ISlide
) As Integer
public:
int Append(
ISlide^ slide
)
member Append :
slide : ISlide -> int
Parameters
-
slide
-
Type:
Spire.Presentation
ISlide
Return Value
Type:
Int32
See Also