remove_at method
remove_at(index)
Removes the VbaReference element at the specified index of the collection.
def remove_at(self, index: int):
...
Parameter | Type | Description |
---|---|---|
index | int |
See Also
- module aspose.words.vba
- class VbaReferenceCollection
Removes the VbaReference element at the specified index of the collection.
def remove_at(self, index: int):
...
Parameter | Type | Description |
---|---|---|
index | int |