XmlMappedRange.RowDifferences Method

Gets a Range that represents the cells whose contents are different from those of the comparison cell in each row.

Namespace:  Microsoft.Office.Tools.Excel
Assembly:  Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)

Syntax

'Declaration
Function RowDifferences ( _
    Comparison As Object _
) As Range
Range RowDifferences(
    Object Comparison
)

Parameters

Return Value

Type: Microsoft.Office.Interop.Excel.Range
A Range that represents the cells whose contents are different from those of the comparison cell in each row.

.NET Framework Security

See Also

Reference

XmlMappedRange Interface

Microsoft.Office.Tools.Excel Namespace