Share via


FileRecoveryProperties.CrashSave Property

Crash Save.Represents the attribte in schema: crashSave

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

Syntax

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

value = instance.CrashSave

instance.CrashSave = value
[SchemaAttrAttribute(, "crashSave")]
public BooleanValue CrashSave { 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 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.

See Also

Reference

FileRecoveryProperties Class

FileRecoveryProperties Members

DocumentFormat.OpenXml.Spreadsheet Namespace