[]
        
(Showing Draft Content)

C1.Excel.XLCellRange.Contains

Contains Method

Contains(XLSheet, int, int)

Determines whether the range contains a specific cell.

Declaration
public bool Contains(XLSheet sheet, int row, int col)
Parameters
Type Name Description
XLSheet sheet
int row
int col
Returns
Type Description
bool

Contains(XLCellRange)

Determines whether the range contains a specific range.

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