[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.CellRange.Intersects

Intersects Method

Intersects(int, int, int, int)

Determines whether the range of cells intersects the specified range.

Declaration
public bool Intersects(int row, int column, int rowCount, int columnCount)
Public Function Intersects(row As Integer, column As Integer, rowCount As Integer, columnCount As Integer) As Boolean
Parameters
Type Name Description
int row

Row index at beginning of range

int column

Column index at beginning of range

int rowCount

Number of rows

int columnCount

Number of columns

Returns
Type Description
bool

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

Intersects(CellRange)

Determines whether the range of cells intersects the specified range.

Declaration
public bool Intersects(CellRange cellRange)
Public Function Intersects(cellRange As CellRange) As Boolean
Parameters
Type Name Description
CellRange cellRange

The specified range objectto check with

Returns
Type Description
bool

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