OpenXmlPackage.AutoSave-Eigenschaft
Gets the flag indicating whether the parts should be saved on disposing.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public ReadOnly Property AutoSave As Boolean
Get
'Usage
Dim instance As OpenXmlPackage
Dim value As Boolean
value = instance.AutoSave
public bool AutoSave { get; }
Eigenschaftswert
Typ: System.Boolean