Determines whether the range contains a given row.
'Declaration
Public Function ContainsRow( _
ByVal As Integer _
) As Boolean
public bool ContainsRow(
int
)
Parameters
- row
- Index of the row to check.
Return Value
True if the range contains the row, False otherwise.