[]
Returns true if this range contains the specified row.
public bool ContainsRow(int row)
Public Function ContainsRow(row As Integer) As Boolean
| Type | Name | Description |
|---|---|---|
| int | row | The row to test whether it is contained. |
| Type | Description |
|---|---|
| bool |