Contains Method (XLCellRangeCollection)
Checks whether the collection contains a specific
XLCellRange object.
'Declaration
Public Function Contains( _
ByVal As XLCellRange _
) As System.Boolean
Parameters
- cr
- XLCellRange object to look for.
Return Value
True if the collection contains the range, False otherwise.