Aspose::Cells::Vba::VbaProjectReferenceCollection::AddRegisteredReference method

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

Add a reference to an Automation type library.

int32_t Aspose::Cells::Vba::VbaProjectReferenceCollection::AddRegisteredReference(const U16String &name, const U16String &libid)
ParameterTypeDescription
nameconst U16String&The name of reference.
libidconst U16String&The identifier of an Automation type library.

ReturnValue

See Also

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

Add a reference to an Automation type library.

int32_t Aspose::Cells::Vba::VbaProjectReferenceCollection::AddRegisteredReference(const char16_t *name, const char16_t *libid)
ParameterTypeDescription
nameconst char16_t*The name of reference.
libidconst char16_t*The identifier of an Automation type library.

ReturnValue

See Also