'Declaration
<NotNullAttribute()> Public Shared Function Intersect( _ ByVal first As UARange, _ ByVal second As UARange _ ) As UARange
Parameters
- first
- The first range.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - second
- The second range.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).