次の方法で共有


OpenXmlPackage.AutoSave Property

Gets the flag indicating whether the parts should be saved on disposing.

Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'宣言
Public ReadOnly Property AutoSave As Boolean
    Get
'使用
Dim instance As OpenXmlPackage
Dim value As Boolean

value = instance.AutoSave
public bool AutoSave { get; }

Property Value

Type: System.Boolean

See Also

Reference

OpenXmlPackage Class

OpenXmlPackage Members

DocumentFormat.OpenXml.Packaging Namespace