[]
        
(Showing Draft Content)

C1.Excel.XLCellRangeCollection.Contains

Contains Method

Contains(XLCellRange)

Checks whether the collection contains a specific XLCellRange object.

Declaration
public bool Contains(XLCellRange cr)
Parameters
Type Name Description
XLCellRange cr

XLCellRange object to look for.

Returns
Type Description
bool

True if the collection contains the range, False otherwise.