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
)
Public Function Intersect (
range As IXLSRange
) As IXLSRange
public:
virtual IXLSRange^ Intersect(
IXLSRange^ range
) sealed
abstract Intersect :
range : IXLSRange -> IXLSRange
override Intersect :
range : IXLSRange -> IXLSRange
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