Aspose::Cells::Vba::VbaProjectReferenceCollection::AddProjectRefrernce method

VbaProjectReferenceCollection::AddProjectRefrernce(const U16String&, const U16String&, const U16String&) method

Adds a reference to an external VBA project.

int32_t Aspose::Cells::Vba::VbaProjectReferenceCollection::AddProjectRefrernce(const U16String &name, const U16String &absoluteLibid, const U16String &relativeLibid)
ParameterTypeDescription
nameconst U16String&The name of reference.
absoluteLibidconst U16String&The referenced VBA project’s identifier with an absolute path.
relativeLibidconst U16String&The referenced VBA project’s identifier with an relative path.

ReturnValue

See Also

VbaProjectReferenceCollection::AddProjectRefrernce(const char16_t*, const char16_t*, const char16_t*) method

Adds a reference to an external VBA project.

int32_t Aspose::Cells::Vba::VbaProjectReferenceCollection::AddProjectRefrernce(const char16_t *name, const char16_t *absoluteLibid, const char16_t *relativeLibid)
ParameterTypeDescription
nameconst char16_t*The name of reference.
absoluteLibidconst char16_t*The referenced VBA project’s identifier with an absolute path.
relativeLibidconst char16_t*The referenced VBA project’s identifier with an relative path.

ReturnValue

See Also