count property

VbaReferenceCollection.count property

Returns the number of VBA references in the collection.

@property
def count(self) -> int:
    ...

See Also