references property

VbaProject.references property

Gets a collection of VBA project references.

@property
def references(self) -> aspose.words.vba.VbaReferenceCollection:
    ...

See Also