[]
Returns whether this range intersects the parameter range.
public bool Intersects(C1TextRange range)
Public Function Intersects(range As C1TextRange) As Boolean
| Type | Name | Description |
|---|---|---|
| C1TextRange | range | A C1TextRange to intersect with. |
| Type | Description |
|---|---|
| bool | Whether this range intersects the parameter range. |