'Usage
Dim instance As GridCellRange Dim row As Integer Dim value As Boolean value = instance.ContainsRow(row)
Parameters
- row
- Index of the row that may be contained in this range.
Return Value
True if this range contains the row specified by the row parameter.