'Declaration
Public Overloads Function IsIntersected( _ ByVal row As Integer, _ ByVal column As Integer _ ) As Boolean
Parameters
- row
- An integer value indicates the top row index of cell.
- column
- An integer value indicates the left column index of cell.
Return Value
true
if this reference contains the specified cell; otherwise, false
.