[]
Determines whether the range of cells intersects the specified row.
public bool IntersectRow(int row)
Public Function IntersectRow(row As Integer) As Boolean
| Type | Name | Description |
|---|---|---|
| int | row | Row index |
| Type | Description |
|---|---|
| bool | true if the range of cells intersects the specified row; false otherwise |