type property

VbaReference.type property

Gets VbaReferenceType object that indicates the type of reference that a VbaReference object represents.

@property
def type(self) -> aspose.words.vba.VbaReferenceType:
    ...

See Also