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