lib_id property
VbaReference.lib_id property
Gets a string value containing the identifier of an Automation type library.
@property
def lib_id(self) -> str:
...
Remarks
Depending on reference type, the value of this property can be:
a LibidReference specified at 2.1.1.8 LibidReference of [MS-OVBA]: https://docs.microsoft.com/en-us/openspecs/office_file_formats/ms-ovba/3737ef6e-d819-4186-a5f2-6e258ddf66a5
a ProjectReference specified at 2.1.1.12 ProjectReference of [MS-OVBA]: https://docs.microsoft.com/en-us/openspecs/office_file_formats/ms-ovba/9a45ac1a-f1ff-4ebd-958e-537701aa8131
See Also
- module aspose.words.vba
- class VbaReference