GemBox.Spreadsheet

CellRange.Overlaps Method 

Checks if this cell range overlaps with another cell range.

public bool Overlaps(
   CellRange range
);

Parameters

range
Cell range.

Return Value

true if cell ranges overlap; otherwise, false.

See Also

CellRange Class | GemBox.Spreadsheet Namespace