Class VbaProjectReferenceCollection

VbaProjectReferenceCollection class

Represents all references of VBA project.

public class VbaProjectReferenceCollection : CollectionBase

Properties

NameDescription
Item { get; }Get the reference in the list by the index.

Methods

NameDescription
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