API Reference

Class

ExcelWorkbookDoctorOptions

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

Options for workbook diagnostic scans and safe repairs.

Inheritance

  • Object
  • ExcelWorkbookDoctorOptions

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

public ExcelWorkbookDoctorOptions() #

Properties

public Boolean ValidateOpenXml { get; set; } #
public Boolean CheckDefinedNames { get; set; } #
public Boolean CheckFormulas { get; set; } #
public Boolean CheckTables { get; set; } #
public Boolean CheckDrawings { get; set; } #
public Boolean CheckConnections { get; set; } #
public Boolean RepairDefinedNames { get; set; } #