[]
Intersects the specified cell range.
bool Intersects(SheetCellRange cellRange)
Function Intersects(cellRange As SheetCellRange) As Boolean
Type | Name | Description |
---|---|---|
SheetCellRange | cellRange | The cell range. |
Type | Description |
---|---|
bool | Returns true if intersects with cellRange;otherwise, false. |