Share via


FileRecoveryProperties.CrashSave Property

Definition

Crash Save

Represents the following attribute in the schema: crashSave

[DocumentFormat.OpenXml.SchemaAttr(0, "crashSave")]
public DocumentFormat.OpenXml.BooleanValue CrashSave { get; set; }
public DocumentFormat.OpenXml.BooleanValue CrashSave { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "crashSave")]
public DocumentFormat.OpenXml.BooleanValue? CrashSave { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("crashSave")]
public DocumentFormat.OpenXml.BooleanValue? CrashSave { get; set; }
public DocumentFormat.OpenXml.BooleanValue? CrashSave { get; set; }
member this.CrashSave : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "crashSave")>]
member this.CrashSave : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("crashSave")>]
member this.CrashSave : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property CrashSave As BooleanValue

Property Value

Returns BooleanValue.

Attributes

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 application last saved the workbook file after a crash.

A value of on, 1, or true indicates the workbook was last saved after a crash.

A value of off, 0, or false indicates the workbook was not last saved as part of a crash.

The default value for this attribute is false.

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

Applies to