Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Reference Structure / IsIntersectedWith Method


In This Topic
    IsIntersectedWith Method
    In This Topic
    Determines whether this reference is intersected with the specified references.
    Syntax
    'Declaration
     
    
    Public Function IsIntersectedWith( _
       ByVal references() As Reference _
    ) As Boolean
    'Usage
     
    
    Dim instance As Reference
    Dim references() As Reference
    Dim value As Boolean
     
    value = instance.IsIntersectedWith(references)
    public bool IsIntersectedWith( 
       Reference[] references
    )

    Parameters

    references

    Return Value

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