Gets a value that indicates whether this range intersects with a given range.
Namespace:
C1.Phone.FlexGridAssembly: C1.Phone.FlexGrid (in C1.Phone.FlexGrid.dll)
Syntax
C# |
---|
public bool Intersects( CellRange range ) |
Visual Basic |
---|
Public Function Intersects ( _ range As CellRange _ ) As Boolean |
Parameters
- range
- Type: C1.Phone.FlexGrid..::..CellRange
CellRange that may intersect with this range.