Property Getters/Setters Summary | ||
---|---|---|
function | getCount() | |
function | get(i) | |
Get the reference in the list by the index.
|
Method Summary | ||
---|---|---|
function | add(value) | |
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() | |
function | contains(value) | |
Reserved for internal use. |
||
function | copy(source) | |
Copies references from other VBA project.
|
||
function | get(index) | |
Reserved for internal use. |
||
function | indexOf(value) | |
Reserved for internal use. |
||
function | iterator() | |
function | removeAt(index) | |
function getCount()
function get(i)
i
- The index.function addRegisteredReference(name, libid)
name: String
- The name of reference.libid: String
- The identifier of an Automation type library.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 libraryfunction 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.function copy(source)
source: VbaProjectReferenceCollection
- The source references.function clear()
function removeAt(index)
function iterator()
function get(index)
function contains(value)
function add(value)
function indexOf(value)