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. |
Property Getters/Setters Detail |
---|
getType : int | |
int getType() |
getName/setName : String | |
String getName() / setName(value) |
getLibid/setLibid : String | |
String getLibid() / setLibid(value) |
getTwiddledlibid/setTwiddledlibid : String | |
String getTwiddledlibid() / setTwiddledlibid(value) |
getExtendedLibid/setExtendedLibid : String | |
String getExtendedLibid() / setExtendedLibid(value) |
getRelativeLibid/setRelativeLibid : String | |
String getRelativeLibid() / setRelativeLibid(value) |