add_project_refrernce method
add_project_refrernce
Adds a reference to an external VBA project.
Returns
def add_project_refrernce(self, name, absolute_libid, relative_libid):
...
Parameter | Type | Description |
---|---|---|
name | str | The name of reference. |
absolute_libid | str | The referenced VBA project’s identifier with an absolute path. |
relative_libid | str | The referenced VBA project’s identifier with an relative path. |
See Also
- module
aspose.cells.vba
- class
VbaProjectReferenceCollection