remove_at method
remove_at
Removes custom xml part at the specified index.
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)) | index is less than 0.-or-index is equal to or greater than Count |
See Also
- class
ICustomXmlPartCollection - module
aspose.slides - library
Aspose.Slides