add_control_refrernce method
add_control_refrernce(self, name, libid, twiddledlibid, extended_libid)
Add a reference to a twiddled type library and its extended type library.
Returns
def add_control_refrernce(self, name, libid, twiddledlibid, extended_libid):
...
| Parameter | Type | Description |
|---|---|---|
| name | System.String | The name of reference. |
| libid | System.String | The identifier of an Automation type library. |
| twiddledlibid | System.String | The identifier of a twiddled type library |
| extended_libid | System.String | The identifier of an extended type library |
Remarks
NOTE: This method is now obsolete. Instead, please use VbaProjectReferenceCollection.AddControlReferernce() method. This method will be removed 12 months later since July 2026. Aspose apologizes for any inconvenience you may have experienced.
See Also
- module
aspose.cells.vba - class
VbaProjectReferenceCollection