VbaReferenceCollection class

VbaReferenceCollection class

Represents a collection of VbaReference objects. To learn more, visit the Working with VBA Macros documentation article.

Indexers

NameDescription
__getitem__(index)Gets VbaReference object at the specified index.

Properties

NameDescription
countReturns the number of VBA references in the collection.

Methods

NameDescription
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