'Declaration
Public Function Intersection( _ ByVal range As C1TextRange _ ) As C1TextRange
public C1TextRange Intersection( C1TextRange range )
Parameters
- range
- The other C1TextRange
Return Value
The intersection with the other range.
'Declaration
Public Function Intersection( _ ByVal range As C1TextRange _ ) As C1TextRange
public C1TextRange Intersection( C1TextRange range )