IntersectRow Method
IntersectRow(int)
Determines whether the range of cells intersects the specified row.
Declaration
public bool IntersectRow(int row)
Public Function IntersectRow(row As Integer) As Boolean
Parameters
Type |
Name |
Description |
int |
row |
Row index
|
Returns