Aspose::Cells::Vba::VbaProjectReferenceType enum
VbaProjectReferenceType enum
Represents the type of VBA project reference.
enum class VbaProjectReferenceType
Values
| 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
- Namespace Aspose::Cells::Vba
- Library Aspose.Cells for C++