remove method
remove
Removes the first occurrence of a specific object from the collection.
def remove(self, value):
    ...
| Parameter | Type | Description | 
|---|---|---|
| value | ISlide | The slide to remove from the collection. | 
See Also
- class ISlide
- class ISlideCollection
- module aspose.slides
- library Aspose.Slides