VbaProjectReference
Contents
[
Hide
]VbaProjectReference class
Represents the reference of VBA project.
class VbaProjectReference;
Properties
| Property | Type | Description |
|---|---|---|
| type | VbaProjectReferenceType | Readonly. Gets the type of this reference. |
| 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. |
| extendedLibid | string | Gets and sets the extended Libid of the reference. |
| relativeLibid | string | Gets and sets the referenced VBA project’s identifier with an relative path. |
Methods
| Method | Description |
|---|---|
| copy(VbaProjectReference) |
type
Readonly. Gets the type of this reference.
type : VbaProjectReferenceType;
name
Gets and sets the name of the reference.
name : string;
libid
Gets and sets the Libid of the reference.
libid : string;
twiddledlibid
Gets and sets the twiddled Libid of the reference.
twiddledlibid : string;
Remarks
Only for control reference.
extendedLibid
Gets and sets the extended Libid of the reference.
extendedLibid : string;
Remarks
Only for control reference.
relativeLibid
Gets and sets the referenced VBA project’s identifier with an relative path.
relativeLibid : string;
Remarks
Only for project reference.
copy(VbaProjectReference)
copy(source: VbaProjectReference) : void;
Parameters:
| Parameter | Type | Description |
|---|---|---|
| source | VbaProjectReference |