API Reference

Class

ExcelRangeCompareOptions

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

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

Constructors

public ExcelRangeCompareOptions() #

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.