FileRecoveryProperties.RepairLoad Property
Repair Load.Represents the attribte in schema: repairLoad
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "repairLoad")> _
Public Property RepairLoad As BooleanValue
Get
Set
'Usage
Dim instance As FileRecoveryProperties
Dim value As BooleanValue
value = instance.RepairLoad
instance.RepairLoad = value
[SchemaAttrAttribute(, "repairLoad")]
public BooleanValue RepairLoad { 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 opened the workbook in safe or repair mode.
A value of on, 1, or true indicates the workbook was last opened in safe or repair mode.
A value of off, 0, or false indicates the workbook was last opened without problems.
The default value for this attribute is false.
The possible values for this attribute are defined by the XML Schema boolean data type.