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
Comparison
Type: System.ObjectA single cell to compare with the XmlMappedRange.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.