Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / CellRange Class / Intersects Method / Intersects(CellRange) Method
The specified range objectto check with


In This Topic
    Intersects(CellRange) Method
    In This Topic
    Determines whether the range of cells intersects the specified range.
    Syntax
    'Declaration
     
    
    Public Overloads Function Intersects( _
       ByVal cellRange As CellRange _
    ) As Boolean
    'Usage
     
    
    Dim instance As CellRange
    Dim cellRange As CellRange
    Dim value As Boolean
     
    value = instance.Intersects(cellRange)
    public bool Intersects( 
       CellRange cellRange
    )

    Parameters

    cellRange
    The specified range objectto check with
    See Also