IsIntersected(Reference) Method
Determines whether this reference is intersected with the specified reference.
'Declaration
Public Overloads Function IsIntersected( _
ByRef As Reference _
) As Boolean
'Usage
Dim instance As Reference
Dim reference As Reference
Dim value As Boolean
value = instance.IsIntersected(reference)
Parameters
- reference
Return Value
true
if the specified row is intersected; otherwise, false
.