Spread Windows Forms 12.0 Product Documentation
IntersectWith Method (Reference)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > Reference Structure : IntersectWith Method
The Reference range to intersect with.
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)
public Reference IntersectWith( 
   ref Reference 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

Reference

Reference Structure
Reference Members