FileRecoveryProperties.AutoRecover Property
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; }
Property Value
Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.
Remarks
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.