remove_at method
remove_at(index)
Removes an item at the specified index.
def remove_at(self, index: int):
...
| Parameter | Type | Description |
|---|---|---|
| index | int | The zero based index. |
See Also
- module aspose.words.markup
- class CustomXmlPartCollection
Removes an item at the specified index.
def remove_at(self, index: int):
...
| Parameter | Type | Description |
|---|---|---|
| index | int | The zero based index. |