VbaReferenceOleTypeLib
VbaReferenceOleTypeLib class
Represents OLE Automation type library reference.
public class VbaReferenceOleTypeLib : IVbaReferenceOleTypeLib
Constructors
Name | Description |
---|
VbaReferenceOleTypeLib(string, string) | This constructor creates new OLE Automation type library reference. |
Properties
Name | Description |
---|
Libid { get; set; } | Represents the identifier of an Automation type library. Read/write String. |
Name { get; set; } | Represents the name of the VBA project reference. Read/write String. |
See Also