Spread for ASP.NET 11 Product Documentation
Intersects Method (IIndicator)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Chart Namespace > IIndicator Interface : Intersects Method
The cell range.
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)
bool Intersects( 
   SheetCellRange cellRange
)

Parameters

cellRange
The cell range.
See Also

Reference

IIndicator Interface
IIndicator Members