FlexGrid for WinRT
Intersection Method

CellRange to intersect with this range.
Gets a CellRange that represents the intersection of this range with a given range.
Syntax
'Declaration
 
Public Function Intersection( _
   ByVal rng As CellRange _
) As CellRange
public CellRange Intersection( 
   CellRange rng
)

Parameters

rng
CellRange to intersect with this range.

Return Value

A CellRange that represents the intersection (common cells) between this range and the range specified by the rng parameter.
Remarks
If this range does not intersect the range specified by the rng parameter, this method returns an invalid CellRange object.
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