FlexGrid for WinRT
Intersects Method

CellRange that may intersect with this range.
Gets a value that indicates whether this range intersects with a given range.
Syntax
'Declaration
 
Public Function Intersects( _
   ByVal rng As CellRange _
) As System.Boolean
public System.bool Intersects( 
   CellRange rng
)

Parameters

rng
CellRange that may intersect with this range.

Return Value

True if the range specified by the rng parameter intersects (has cells in common) with this range.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CellRange Structure
CellRange Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Product Support Forum  |   Documentation Feedback