[]
        
(Showing Draft Content)

C1.WPF.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)
Public Function Contains(sheet As XLSheet, row As Integer, col As Integer) As Boolean
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)
Public Function Contains(cr As XLCellRange) As Boolean
Parameters
Type Name Description
XLCellRange cr
Returns
Type Description
bool