Click or drag to resize

Worksheet GetIntersectRanges Method

Intersects two ranges.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public CellRange GetIntersectRanges(
	CellRange range1,
	CellRange range2
)

Parameters

range1
Type: Spire.Xls CellRange
First range.
range2
Type: Spire.Xls CellRange
Second range.

Return Value

Type: CellRange
Intersection of two ranges
See Also