Click or drag to resize

SectionList RemoveSlide Method

Remove the slide at some position in the section.

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

Parameters

section
Type: Spire.Presentation Section
The target section.
index
Type: System Int32
The position of target slide.
See Also