Enum ActiveXPersistenceType
ActiveXPersistenceType enumeration
Represents the persistence method to persist an ActiveX control.
public enum 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
- assembly Aspose.Cells