C1.Silverlight.RichTextBox.5
Intersection Method (C1TextRange)

The other C1TextRange
Returns the intersection with another range.
Syntax
'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.
See Also

Reference

C1TextRange Class
C1TextRange Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.