API Reference
Class
ExcelWorkbookRepairReport
Report returned after safe workbook repair orchestration.
Inheritance
- Object
- ExcelWorkbookRepairReport
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method ExcelDocument.RepairWorkbook
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public IReadOnlyList<ExcelWorkbookRepairAction> Actions { get; } #Actions attempted by the repair pass.
public ExcelWorkbookDiagnosticReport Before { get; } #Diagnostic report captured before repairs.
public ExcelWorkbookDiagnosticReport After { get; } #Diagnostic report captured after repairs.
public Int32 ActionCount { get; } #Number of repair actions attempted.