Class VbaProjectReferenceCollection
VbaProjectReferenceCollection class
Represents all references of VBA project.
public class VbaProjectReferenceCollection : CollectionBase
Properties
Name | Description |
---|
Item { get; } | Get the reference in the list by the index. |
Methods
Name | Description |
---|
AddControlRefrernce(string, string, string, string) | Add a reference to a twiddled type library and its extended type library. |
AddProjectRefrernce(string, string, string) | Add a reference to an external VBA project. |
AddRegisteredReference(string, string) | Add a reference to an Automation type library. |
See Also