Aspose::Cells::Vba::VbaProjectReferenceCollection::AddControlRefrernce method

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

Add a reference to a twiddled type library and its extended type library.

int32_t Aspose::Cells::Vba::VbaProjectReferenceCollection::AddControlRefrernce(const U16String &name, const U16String &libid, const U16String &twiddledlibid, const U16String &extendedLibid)
ParameterTypeDescription
nameconst U16String&The name of reference.
libidconst U16String&The identifier of an Automation type library.
twiddledlibidconst U16String&The identifier of a twiddled type library
extendedLibidconst U16String&The identifier of an extended type library

ReturnValue

See Also

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

Add a reference to a twiddled type library and its extended type library.

int32_t Aspose::Cells::Vba::VbaProjectReferenceCollection::AddControlRefrernce(const char16_t *name, const char16_t *libid, const char16_t *twiddledlibid, const char16_t *extendedLibid)
ParameterTypeDescription
nameconst char16_t*The name of reference.
libidconst char16_t*The identifier of an Automation type library.
twiddledlibidconst char16_t*The identifier of a twiddled type library
extendedLibidconst char16_t*The identifier of an extended type library

ReturnValue

See Also