VbaProjectReference
Contents
[
Hide
]VbaProjectReference class
Represents the reference 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. |
Methods
| Name | Description |
|---|---|
| copy |
VbaProjectReference.Type property
Gets the type of this reference. The value of the property is VbaProjectReferenceType integer constant.
Type: int
VbaProjectReference.Name property
Gets and sets the name of the reference.
Type: String
VbaProjectReference.Libid property
Gets and sets the Libid of the reference.
Type: String
VbaProjectReference.Twiddledlibid property
Gets and sets the twiddled Libid of the reference. Only for control reference.
Type: String
VbaProjectReference.ExtendedLibid property
Gets and sets the extended Libid of the reference. Only for control reference.
Type: String
VbaProjectReference.RelativeLibid property
Gets and sets the referenced VBA project’s identifier with an relative path. Only for project reference.
Type: String
copy(source)
| Parameter | Type | Description |
|---|---|---|
| source | VbaProjectReference |