C1.Excel Assembly / C1.Excel Namespace / XLCellRangeCollection Class / Contains Method
XLCellRange object to look for.

In This Topic
Contains Method (XLCellRangeCollection)
In This Topic
Checks whether the collection contains a specific XLCellRange object.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal cr As XLCellRange _
) As System.Boolean
 

Parameters

cr
XLCellRange object to look for.

Return Value

True if the collection contains the range, False otherwise.
See Also