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
- Comparison
Type: System.Object
Return Value
Type: Microsoft.Office.Interop.Excel.Range