XmlMappedRange.RowDifferences Method (2007 System)

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.v9.0 (in Microsoft.Office.Tools.Excel.v9.0.dll)

Syntax

'Declaration
Public Function RowDifferences ( _
    Comparison As Object _
) As Range
'Usage
Dim instance As XmlMappedRange 
Dim Comparison As Object 
Dim returnValue As Range 

returnValue = instance.RowDifferences(Comparison)
public Range RowDifferences(
    Object Comparison
)
public:
Range^ RowDifferences(
    Object^ Comparison
)
public function RowDifferences(
    Comparison : Object
) : Range

Parameters

Return Value

Type: 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 Class

XmlMappedRange Members

Microsoft.Office.Tools.Excel Namespace