Click or drag to resize

CellRange Intersect Method (CellRange)

Get intersection range with the specified range.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public CellRange Intersect(
	CellRange range
)

Parameters

range
Type: Spire.Xls CellRange
Range which to intersect.

Return Value

Type: CellRange
Range intersection.
See Also