remove_at method
remove_at
Removes the template at the specified index of the TemplateCollection.
def remove_at(self, index):
...
| Parameter | Type | Description |
|---|---|---|
| index | int | The zero-based index of the element to remove. |
See Also
- module
groupdocs.parser.templates - class
TemplateCollection