Click or drag to resize

Section AddRange Method

add a range of slides.

Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public void AddRange(
	IEnumerable<ISlide> slides
)

Parameters

slides
Type: System.Collections.Generic IEnumerable ISlide
the target slide.
See Also