Spread Silverlight Documentation
Intersects Method


GrapeCity.Windows.SpreadSheet.Data Namespace > CellRange Class : Intersects Method
The row index at the start of the range.
The column index at the start of the range.
The number of rows.
The number of columns.
Determines whether the range of cells intersects the specified range.
Syntax
'Declaration
 
Public Function Intersects( _
   ByVal row As System.Integer, _
   ByVal column As System.Integer, _
   ByVal rowCount As System.Integer, _
   ByVal columnCount As System.Integer _
) As System.Boolean
'Usage
 
Dim instance As CellRange
Dim row As System.Integer
Dim column As System.Integer
Dim rowCount As System.Integer
Dim columnCount As System.Integer
Dim value As System.Boolean
 
value = instance.Intersects(row, column, rowCount, columnCount)
public System.bool Intersects( 
   System.int row,
   System.int column,
   System.int rowCount,
   System.int columnCount
)

Parameters

row
The row index at the start of the range.
column
The column index at the start of the range.
rowCount
The number of rows.
columnCount
The number of columns.

Return Value

true if the range intersects the specified range; otherwise, false.
See Also

Reference

CellRange Class
CellRange Members