'Declaration Public Function Intersect( _ ByVal range As SelectionRange _ ) As SelectionRange
'Usage Dim instance As SelectionRange Dim range As SelectionRange Dim value As SelectionRange value = instance.Intersect(range)
public SelectionRange Intersect( SelectionRange range )
Parameters
- range
- The SelectionRange instance used to find the intersection.
Return Value
A SelectionRange object representing the intersection of range and the caller.