Property Getters/Setters Summary | ||
---|---|---|
function | getCount() | |
function | get(i) | |
Get the reference in the list by the index. |
Method Summary | ||
---|---|---|
function | add(value) | → inherited from CollectionBase |
Reserved for internal use. | ||
function | addControlRefrernce(name, libid, twiddledlibid, extendedLibid) | |
Add a reference to a twiddled type library and its extended type library. | ||
function | addProjectRefrernce(name, absoluteLibid, relativeLibid) | |
Adds a reference to an external VBA project. | ||
function | addRegisteredReference(name, libid) | |
Add a reference to an Automation type library. | ||
function | clear() | → inherited from CollectionBase |
function | contains(value) | → inherited from CollectionBase |
Reserved for internal use. | ||
function | copy(source) | |
Copies references from other VBA project. | ||
function | get(index) | → inherited from CollectionBase |
Reserved for internal use. | ||
function | indexOf(value) | → inherited from CollectionBase |
Reserved for internal use. | ||
function | iterator() | → inherited from CollectionBase |
function | removeAt(index) | → inherited from CollectionBase |
Property Getters/Setters Detail |
---|
getCount : Number | |
function getCount() |
get : VbaProjectReference | |
function get(i) |
i
- The index.Method Detail |
---|
addRegisteredReference | |
function addRegisteredReference(name, libid) |
name: String
- The name of reference.libid: String
- The identifier of an Automation type library.addControlRefrernce | |
function addControlRefrernce(name, libid, twiddledlibid, extendedLibid) |
name: String
- The name of reference.libid: String
- The identifier of an Automation type library.twiddledlibid: String
- The identifier of a twiddled type libraryextendedLibid: String
- The identifier of an extended type libraryaddProjectRefrernce | |
function addProjectRefrernce(name, absoluteLibid, relativeLibid) |
name: String
- The name of reference.absoluteLibid: String
- The referenced VBA project's identifier with an absolute path.relativeLibid: String
- The referenced VBA project's identifier with an relative path.copy | |
function copy(source) |
source: VbaProjectReferenceCollection
- The source references.clear | |
function clear() |
removeAt | |
function removeAt(index) |
iterator | |
function iterator() |
get | |
function get(index) |
contains | |
function contains(value) |
add | |
function add(value) |
indexOf | |
function indexOf(value) |