API Reference
Class
ExcelWorkbookDiffOptions
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
public ExcelWorkbookDiffOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.