XlsRange
IsIntersect Method
|
Determines if the current range intersects with the specified range.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool IsIntersect(
IXLSRange range
)
Public Function IsIntersect (
range As IXLSRange
) As Boolean
public:
bool IsIntersect(
IXLSRange^ range
)
member IsIntersect :
range : IXLSRange -> bool
Parameters
-
range
-
Type:
Spire.Xls.Core
IXLSRange
The range to compare with.
Return Value
Type:
Boolean
True if the ranges intersect, otherwise false.
See Also