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