Freigeben über


FileRecoveryProperties.AutoRecover-Eigenschaft

Auto Recover.Represents the attribte in schema: autoRecover

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

Syntax

'Declaration
<SchemaAttrAttribute(, "autoRecover")> _
Public Property AutoRecover As BooleanValue
    Get
    Set
'Usage
Dim instance As FileRecoveryProperties
Dim value As BooleanValue

value = instance.AutoRecover

instance.AutoRecover = value
[SchemaAttrAttribute(, "autoRecover")]
public BooleanValue AutoRecover { get; set; }

Eigenschaftswert

Typ: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

Hinweise

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

Specifies a boolean value that indicates whether the file is mark for auto-recovery. Applications typically mark files for auto-recover following a crash.

A value of on, 1, or true indicates the file is marked for auto-recover.

A value of off, 0, or false indicates the file is not marked for auto-recover.

The default value for this attribute is false.

The possible values for this attribute are defined by the XML Schema boolean data type.

Siehe auch

Referenz

FileRecoveryProperties Klasse

FileRecoveryProperties-Member

DocumentFormat.OpenXml.Spreadsheet-Namespace