VbaProjectReference
Contents
[
Hide
]VbaProjectReference class
Represents the reference of VBA project.
class VbaProjectReference;
Properties
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:
