CellRange Overlaps Method GemBox.Spreadsheet Help
Checks if this cell range overlaps with another cell range.

Namespace: GemBox.Spreadsheet
Assembly: GemBox.Spreadsheet (in GemBox.Spreadsheet.dll) Version: 37.3.30.1035
Syntax

public bool Overlaps(
	CellRange range
)

Return Value

  if cell ranges overlap; otherwise,  .
See Also