[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.CellRange.IntersectRow

IntersectRow Method

IntersectRow(int)

Determines whether the range of cells intersects the specified row.

Declaration
public bool IntersectRow(int row)
Public Function IntersectRow(row As Integer) As Boolean
Parameters
Type Name Description
int row

Row index

Returns
Type Description
bool

true if the range of cells intersects the specified row; false otherwise