Click or drag to resize

SlideList Remove Method

Removes the first occurrence of a specific object from the collection.

Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public void Remove(
	ISlide value
)

Parameters

value
Type: Spire.Presentation ISlide
The slide to remove from the collection.
See Also