Freigeben über


FileRecoveryProperties.CrashSave-Eigenschaft

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; }

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 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.

Siehe auch

Referenz

FileRecoveryProperties Klasse

FileRecoveryProperties-Member

DocumentFormat.OpenXml.Spreadsheet-Namespace