Enum ActiveXPersistenceType

Enum ActiveXPersistenceType

Namespace: Aspose.Cells.Drawing.ActiveXControls
Assembly: Aspose.Cells.dll (25.2.0)

Represents the persistence method to persist an ActiveX control.

public enum ActiveXPersistenceType

Fields

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.