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.ObjectA single cell to compare to the specified range.
Return Value
Type: Range
A Range that represents all the cells whose contents are different from the comparison cell in each column.
.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.