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
)
Public Sub Remove (
value As ISlide
)
public:
void Remove(
ISlide^ value
)
member Remove :
value : ISlide -> unit
Parameters
-
value
-
Type:
Spire.Presentation
ISlide
The slide to remove from the collection.
See Also