Property Getters/Setters Summary | ||
---|---|---|
method | getCount() | |
method | get(i) | |
Get the reference in the list by the index.
|
Method Summary | ||
---|---|---|
method | add(value) | |
Reserved for internal use. |
||
method | addControlRefrernce(name, libid, twiddledlibid, extendedLibid) | |
Add a reference to a twiddled type library and its extended type library.
|
||
method | addProjectRefrernce(name, absoluteLibid, relativeLibid) | |
Adds a reference to an external VBA project.
|
||
method | addRegisteredReference(name, libid) | |
Add a reference to an Automation type library.
|
||
method | clear() | |
method | contains(value) | |
Reserved for internal use. |
||
method | copy(source) | |
Copies references from other VBA project.
|
||
method | get(index) | |
Reserved for internal use. |
||
method | indexOf(value) | |
Reserved for internal use. |
||
method | iterator() | |
method | removeAt(index) | |
int getCount()
VbaProjectReference get(i)
i
- The index.int addRegisteredReference(name, libid)
name: String
- The name of reference.libid: String
- The identifier of an Automation type library.int 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 libraryint 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(source)
source: VbaProjectReferenceCollection
- The source references.clear()
removeAt(index)
Iterator iterator()
Object get(index)
boolean contains(value)
int add(value)
int indexOf(value)