'Declaration Public Function Intersects( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal rowCount As Integer, _ ByVal columnCount As Integer _ ) As Boolean
Parameters
- row
- Row index at beginning of range
- column
- Column index at beginning of range
- rowCount
- Number of rows
- columnCount
- Number of columns