VbaProjectReference
VbaProjectReference class
Represents the refernece of VBA project.
Properties
| Name | Type | Description |
|---|---|---|
| Type | int | Gets the type of this reference. The value of the property is VbaProjectReferenceType integer constant. |
| Name | String | Gets and sets the name of the reference. |
| Libid | String | Gets and sets the Libid of the reference. |
| Twiddledlibid | String | Gets and sets the twiddled Libid of the reference. Only for control reference. |
| ExtendedLibid | String | Gets and sets the extended Libid of the reference. Only for control reference. |
| RelativeLibid | String | Gets and sets the referenced VBA project’s identifier with an relative path. Only for project reference. |