Click or drag to resize

XlsRangesCollection Intersect Method

Returns intersection of this range with the specified one.

Namespace: Spire.Xls.Core.Spreadsheet.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public IXLSRange Intersect(
	IXLSRange range
)

Parameters

range
Type: Spire.Xls.Core IXLSRange
The Range with which to intersect.

Return Value

Type: IXLSRange
Range intersection; if there is no intersection, NULL is returned.

Implements

IXLSRange Intersect(IXLSRange)
See Also