Aspose::Words::Vba::VbaReferenceType enum
VbaReferenceType enum
Allows to specify the type of a VbaReference object.
enum class VbaReferenceType
Values
| Name | Value | Description |
|---|---|---|
| Registered | 13 | Specifies an Automation type library reference type. |
| Project | 14 | Specified an external VBA project reference type. |
| Original | 51 | Specifies an original Automation type library reference type. |
| Control | 47 | Specifies a twiddled type library reference type. |
See Also
- Namespace Aspose::Words::Vba
- Library Aspose.Words for C++