Click or drag to resize

SectionList InsertSlide Method

Insert slide into the section at position.

Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public ISlide InsertSlide(
	Section section,
	int index,
	ISlide slide
)

Parameters

section
Type: Spire.Presentation Section
The target section.
index
Type: System Int32
The target position.
slide
Type: Spire.Presentation ISlide
The target slide.

Return Value

Type: ISlide
See Also