API Reference
Enum
ExcelRangeDifferenceKind
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.
Returned or exposed by
Accepted by parameters
- Constructor ExcelRangeDifference.ExcelRangeDifference
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const ExcelRangeDifferenceKind ValueMismatch #A cell exists in both ranges but has a different value.
Value:
0public const ExcelRangeDifferenceKind MissingFromLeft #The compared coordinate exists only in the right range.
Value:
1public const ExcelRangeDifferenceKind MissingFromRight #The compared coordinate exists only in the left range.
Value:
2