IRange.RowDifferences Method

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

Syntax

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

returnValue = instance.RowDifferences(Comparison)
Range RowDifferences(
    Object Comparison
)

Parameters

Return Value

Type: Microsoft.Office.Interop.Excel.Range

See Also

Reference

IRange Interface

IRange Members

Microsoft.Office.Interop.Excel Namespace