Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Reference Structure / IntersectWith(Reference) Method
The Reference range to intersect with.


In This Topic
IntersectWith(Reference) Method
In This Topic
Intersects this Reference range with the specified Reference range.
Syntax
'Declaration
 
Public Function IntersectWith( _
   ByRef range As Reference _
) As Reference
 
'Usage
 
Dim instance As Reference
Dim range As Reference
Dim value As Reference
 
value = instance.IntersectWith(range)

Parameters

range
The Reference range to intersect with.

Return Value

A Reference range represents the intersected Reference range.
Remarks
Make sure that all rows and columns are all absolute or relative.
See Also