Click or drag to resize

CellRangeOverlaps Method

Checks if this cell range overlaps with another cell range.

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.4.23
Syntax
public bool Overlaps(
	CellRange range
)

Parameters

range  CellRange
Cell range.

Return Value

Boolean
true if cell ranges overlap; otherwise, false.
See Also