Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Reference Structure / IsIntersected Method / IsIntersected(Reference) Method


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

    Parameters

    reference

    Return Value

    true if the specified row is intersected; otherwise, false.
    See Also