Property Getters/Setters Summary | ||
---|---|---|
function | getExtendedLibid() | |
function | setExtendedLibid(value) | |
Gets and sets the extended Libid of the reference. | ||
function | getLibid() | |
function | setLibid(value) | |
Gets and sets the Libid of the reference. | ||
function | getName() | |
function | setName(value) | |
Gets and sets the name of the reference. | ||
function | getRelativeLibid() | |
function | setRelativeLibid(value) | |
Gets and sets the referenced VBA project’s identifier with an relative path. | ||
function | getTwiddledlibid() | |
function | setTwiddledlibid(value) | |
Gets and sets the twiddled Libid of the reference. | ||
function | getType() | |
Gets the type of this reference. The value of the property is VbaProjectReferenceType integer constant. |
Property Getters/Setters Detail |
---|
getType : Number | |
function getType() |
getName/setName : String | |
function getName() / function setName(value) |
getLibid/setLibid : String | |
function getLibid() / function setLibid(value) |
getTwiddledlibid/setTwiddledlibid : String | |
function getTwiddledlibid() / function setTwiddledlibid(value) |
getExtendedLibid/setExtendedLibid : String | |
function getExtendedLibid() / function setExtendedLibid(value) |
getRelativeLibid/setRelativeLibid : String | |
function getRelativeLibid() / function setRelativeLibid(value) |