'Declaration Public Function Intersects( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal rowCount As Integer, _ ByVal columnCount As Integer _ ) As Boolean
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
.