Click or drag to resize

Section Insert Method

Insert slide into section.

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

Parameters

index
Type: System Int32
the target position.
slide
Type: Spire.Presentation ISlide
the target slide.

Return Value

Type: ISlide
See Also