VbaReferenceCollection class
VbaReferenceCollection class
Represents a collection of VbaReference objects. To learn more, visit the Working with VBA Macros documentation article.
Indexers
Name | Description |
---|---|
__getitem__(index) | Gets VbaReference object at the specified index. |
Properties
Name | Description |
---|---|
count | Returns the number of VBA references in the collection. |
Methods
Name | Description |
---|---|
remove(item) | Removes the first occurrence of a specified VbaReference item from the collection. |
remove_at(index) | Removes the VbaReference element at the specified index of the collection. |
See Also
- module aspose.words.vba