NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Range.Intersection

[To be supplied.]

[Visual Basic]
Public Shared Function Intersection( _
   ByVal range1 As Range, _
   ByVal range2 As Range _
) As Range
[C#]
public static Range Intersection(
   Range range1,
   Range range2
);
[C++]
public: static Range Intersection(
   Range range1,
   Range range2
);
[JScript]
public static function Intersection(
   range1 : Range,
   range2 : Range
) : Range;

Parameters

range1
[To be supplied.]
range2
[To be supplied.]

See Also

Range Structure | Range Members | System.Data Namespace