Spread Windows Forms 12.0 Product Documentation
Intersects(CellRange) Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace > CellRange Class > Intersects Method : Intersects(CellRange) Method
The specified range objectto check with
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

Reference

CellRange Class
CellRange Members
Overload List