Click or drag to resize

Section RemoveRange Method

Remove 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 RemoveRange(
	int startIndex,
	int count
)

Parameters

startIndex
Type: System Int32
start index.
count
Type: System Int32
the count of slides.
See Also