[]
Returns the intersection with another range.
public C1TextRange Intersection(C1TextRange range)
Public Function Intersection(range As C1TextRange) As C1TextRange
| Type | Name | Description |
|---|---|---|
| C1TextRange | range | The other C1TextRange |
| Type | Description |
|---|---|
| C1TextRange | The intersection with the other range. |