'Declaration
Public Function Contains( _ ByVal cr As XLCellRange _ ) As Boolean
public bool Contains( XLCellRange cr )
Parameters
- cr
- XLCellRange object to look for.
Return Value
True if the collection contains the range, False otherwise.
'Declaration
Public Function Contains( _ ByVal cr As XLCellRange _ ) As Boolean
public bool Contains( XLCellRange cr )