WorkbookSettingsRepairLoad Property |
Indicates whether the application last opened the workbook in safe or repair mode.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic bool RepairLoad { get; set; }
Public Property RepairLoad As Boolean
Get
Set
public:
property bool RepairLoad {
bool get ();
void set (bool value);
}
member RepairLoad : bool with get, set
Property Value
Type:
Boolean
See Also