API Reference
Class
ExcelRangeCompareOptions
Options controlling worksheet/range value comparisons.
Inheritance
- Object
- ExcelRangeCompareOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method ExcelDocument.CompareRanges
- Method ExcelDocument.CompareWorksheets
Constructors
public ExcelRangeCompareOptions() #Inherited Methods
Properties
public Boolean TreatNullAndEmptyStringAsEqual { get; set; } #Treats null values and empty strings as equal. Enabled by default to match common reporting expectations.
public Boolean TrimStrings { get; set; } #Trims string values before comparing.
public Boolean IgnoreCase { get; set; } #Compares string values using ordinal case-insensitive comparison.