Spread Windows Forms 15.0
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / RangeReference Structure / IsIntersected Method / IsIntersected(RangeReference) Method
The range reference.


In This Topic
    IsIntersected(RangeReference) Method
    In This Topic
    Determines whether this reference is intersected with the specified reference.
    Syntax
    'Declaration
     
    
    Public Overloads Function IsIntersected( _
       ByRef rangeReference As RangeReference _
    ) As Boolean
    'Usage
     
    
    Dim instance As RangeReference
    Dim rangeReference As RangeReference
    Dim value As Boolean
     
    value = instance.IsIntersected(rangeReference)
    public bool IsIntersected( 
       ref RangeReference rangeReference
    )

    Parameters

    rangeReference
    The range reference.

    Return Value

    true if this reference is intersected with the specified reference; otherwise, false.
    See Also