'Declaration Public Overloads Function Contains( _ ByVal row As Integer, _ ByVal column As Integer _ ) As Boolean
Parameters
- row
- The row index.
- column
- The column index.
Return Value
true
if the cell range contains the specified row and column; otherwise, false
.