MasterSlideList
Remove Method
|
Removes the first occurrence of a specific object from the collection.
Namespace:
Spire.Presentation.Collections
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public void Remove(
IMasterSlide value
)
Public Sub Remove (
value As IMasterSlide
)
public:
void Remove(
IMasterSlide^ value
)
member Remove :
value : IMasterSlide -> unit
Parameters
-
value
-
Type:
Spire.Presentation
IMasterSlide
The master slide to remove from the collection.
See Also