remove_at method
remove_at
Removes the element at the specified index of the collection.
def remove_at(self, index):
...
Parameter | Type | Description |
---|---|---|
index | int | The zero-based index of the element to remove. |
Exceptions
Exception | Description |
---|---|
RuntimeError(Proxy error(ArgumentOutOfRangeException)) |
See Also
- class
SlideCollection
- module
aspose.slides
- library
Aspose.Slides