remove_at method
remove_at(index)
Removes a document variable at the specified index.
def remove_at(self, index: int):
...
Parameter | Type | Description |
---|---|---|
index | int | The zero based index. |
See Also
- module aspose.words
- class VariableCollection
Removes a document variable at the specified index.
def remove_at(self, index: int):
...
Parameter | Type | Description |
---|---|---|
index | int | The zero based index. |