Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public ISlide InsertSlide(
	Section section,
	int index,
	ISlide slide
)
Public Function InsertSlide ( 
	section As Section,
	index As Integer,
	slide As ISlide
) As ISlide
public:
ISlide^ InsertSlide(
	Section^ section, 
	int index, 
	ISlide^ slide
)
member InsertSlide : 
        section : Section * 
        index : int * 
        slide : ISlide -> ISlide 

Parameters

section
Section
index
Int32
slide
ISlide

Return Value

ISlide

See Also