Aspose::Cells::Drawing::ActiveXControls::ActiveXPersistenceType enum
ActiveXPersistenceType enum
Represents the persistence method to persist an ActiveX control.
enum class ActiveXPersistenceType
Values
| Name | Value | Description |
|---|---|---|
| PropertyBag | 0 | The data is stored as xml data. |
| Storage | 1 | The data is stored as a storage binary data. |
| Stream | 2 | The data is stored as a stream binary data. |
| StreamInit | 3 | The data is stored as a streaminit binary data. |
See Also
- Namespace Aspose::Cells::Drawing::ActiveXControls
- Library Aspose.Cells for C++