C1.WPF.GridControl Assembly / C1.WPF.Grid Namespace / GridControlRange Class / Intersection Method
The range to intersect with this range.

In This Topic
Intersection Method (GridControlRange)
In This Topic
Returns the intersection between this and a specified range.
Syntax
'Declaration
 
Public Function Intersection( _
   ByVal range As GridControlRange _
) As GridControlRange
 

Parameters

range
The range to intersect with this range.
See Also