VbaProjectReferenceCollection Class
VbaProjectReferenceCollection class
Represents all references of VBA project.
type VbaProjectReferenceCollection struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
Get | Get the reference in the list by the index. |
AddRegisteredReference | Add a reference to an Automation type library. |
AddControlRefrernce | Add a reference to a twiddled type library and its extended type library. |
AddProjectRefrernce | Adds a reference to an external VBA project. |
Copy | Copies references from other VBA project. |
GetCount |