API Reference

Enum

ExcelRangeDifferenceKind

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Describes the kind of difference found while comparing worksheet ranges.

Inheritance

  • Enum
  • ExcelRangeDifferenceKind

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const ExcelRangeDifferenceKind ValueMismatch #

A cell exists in both ranges but has a different value.

Value: 0
public const ExcelRangeDifferenceKind MissingFromLeft #

The compared coordinate exists only in the right range.

Value: 1
public const ExcelRangeDifferenceKind MissingFromRight #

The compared coordinate exists only in the left range.

Value: 2