Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / IIndicator Interface / Intersects Method
The cell range.


In This Topic
Intersects Method (IIndicator)
In This Topic
Intersects the specified cell range.
Syntax
'Declaration
 
Function Intersects( _
   ByVal cellRange As SheetCellRange _
) As Boolean
 
'Usage
 
Dim instance As IIndicator
Dim cellRange As SheetCellRange
Dim value As Boolean
 
value = instance.Intersects(cellRange)

Parameters

cellRange
The cell range.
See Also