'Declaration
Public Function Intersects( _ ByVal range As C1TextRange _ ) As Boolean
public bool Intersects( C1TextRange range )
Parameters
- range
- A C1TextRange to intersect with.
Return Value
Whether this range intersects the parameter range.
'Declaration
Public Function Intersects( _ ByVal range As C1TextRange _ ) As Boolean
public bool Intersects( C1TextRange range )