Aspose::Cells::Drawing::ActiveXControls::ActiveXPersistenceType enum

ActiveXPersistenceType enum

Represents the persistence method to persist an ActiveX control.

enum class ActiveXPersistenceType

Values

NameValueDescription
PropertyBag0
The data is stored as xml data.
Storage1
The data is stored as a storage binary data.
Stream2
The data is stored as a stream binary data.
StreamInit3
The data is stored as a streaminit binary data.

See Also