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
- Method ExcelDocument.CompareWorkSheets
Constructors
public ExcelRangeCompareOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.