Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / CellRange Class / IntersectRow Method
Row index


In This Topic
    IntersectRow Method (CellRange)
    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)
    public bool IntersectRow( 
       int row
    )

    Parameters

    row
    Row index
    See Also