API Reference

Class

ExcelWorkbookDiffOptions

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

Options for workbook comparison depth.

Inheritance

  • Object
  • ExcelWorkbookDiffOptions

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

Properties

public Int32 MaxDifferences { get; set; } #

Maximum differences to report.

public Boolean CompareCells { get; set; } #

Compare visible cell values and formulas.

public Boolean CompareCellStyles { get; set; } #

Compare cell style indexes in used cells.

public Boolean CompareNamedRanges { get; set; } #

Compare workbook and sheet-scoped defined names.

public Boolean CompareTables { get; set; } #

Compare table names, ranges, and header-row state.

public Boolean CompareWorksheetMetadata { get; set; } #

Compare worksheet validations and AutoFilter/view state.

public Boolean CompareComments { get; set; } #

Compare legacy and threaded comments.