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