VbaProjectReferenceCollection
VbaProjectReferenceCollection class
Represents all references of VBA project.
Properties
| Name | Type | Description |
|---|---|---|
| Count | int | |
| Item (int) | VbaProjectReference | Get the reference in the list by the index. |
Methods
| Name | Description |
|---|---|
| addRegisteredReference | Add a reference to an Automation type library. |
| addControlRefrernce | Add a reference to a twiddled type library and its extended type library. |
| addProjectRefrernce | Add a reference to an external VBA project. |
| clear | |
| removeAt | |
| iterator | |
| get | Reserved for internal use. |
| contains | Reserved for internal use. |
| add | Reserved for internal use. |
| indexOf | Reserved for internal use. |