remove method
remove(name)
Removes a document variable with the specified name from the collection.
def remove(self, name: str):
...
Parameter | Type | Description |
---|---|---|
name | str | The case-insensitive name of the variable. |
See Also
- module aspose.words
- class VariableCollection