[]
        
(Showing Draft Content)

FarPoint.Web.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