VbaProjectReferenceType Enumeration |
Represents the type of VBA project reference.
Namespace:
Aspose.Diagram.Vba
Assembly:
Aspose.Diagram (in Aspose.Diagram.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic enum VbaProjectReferenceType
Public Enumeration VbaProjectReferenceType
public enum class VbaProjectReferenceType
type VbaProjectReferenceType
Members
| Member name | Value | Description |
---|
| Registered | 0 |
Specifies a reference to an Automation type library.
|
| Control | 1 |
Specifies a reference to a twiddled type library and its extended type library.
|
| Project | 2 |
Specifies a reference to an external VBA project.
|
See Also