Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / CellRange Class / IntersectRow Method
Row index


In This Topic
IntersectRow Method
In This Topic
Determines whether the range of cells intersects the specified row.
Syntax
'Declaration
 
Public Function IntersectRow( _
   ByVal row As Integer _
) As Boolean
 
'Usage
 
Dim instance As CellRange
Dim row As Integer
Dim value As Boolean
 
value = instance.IntersectRow(row)

Parameters

row
Row index
See Also