VbaReferenceCollection indexer
__getitem__(index)
Gets VbaReference object at the specified index.
def __getitem__(self, index: int):
...
Parameter | Type | Description |
---|---|---|
index | int | The zero-based index of the reference to get. |
See Also
- module aspose.words.vba
- class VbaReferenceCollection