Share via


XmlMappedRange.ColumnDifferences Method

Gets a Range that represents all the cells whose contents are different from the comparison cell in each column.

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

Syntax

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

Parameters

  • Comparison
    Type: System.Object

    A single cell to compare to the specified range.

Return Value

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

.NET Framework Security

See Also

Reference

XmlMappedRange Interface

Microsoft.Office.Tools.Excel Namespace