Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartIndicator Class / Intersects Method


In This Topic
    Intersects Method (ChartIndicator)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function Intersects( _
       ByVal cellRange As SheetCellRange _
    ) As Boolean
    'Usage
     
    
    Dim instance As ChartIndicator
    Dim cellRange As SheetCellRange
    Dim value As Boolean
     
    value = instance.Intersects(cellRange)
    public bool Intersects( 
       SheetCellRange cellRange
    )

    Parameters

    cellRange
    See Also