relative_libid property

relative_libid property

Gets and sets the referenced VBA project’s identifier with an relative path.

Remarks

Only for project reference.

Definition:

@property
def relative_libid(self):
    ...
@relative_libid.setter
def relative_libid(self, value):
    ...

See Also