'Declaration
Public Overloads Function Contains( _ ByVal row As Integer, _ ByVal col As Integer _ ) As Boolean
'Usage
Dim instance As GridCellRange Dim row As Integer Dim col As Integer Dim value As Boolean value = instance.Contains(row, col)
Parameters
- row
- Index of the row that may be contained in this range.
- col
- Index of the column that may be contained in this range.