ComponentOne DataGrid for WPF and Silverlight
Intersects(DataGridCellsRange) Method

C1.Silverlight.DataGrid Namespace > DataGridCellsRange Class : Intersects(DataGridCellsRange) Method
The range.
Determines if this range instance intersects the specified range.
Syntax
'Declaration
 
Public Function Intersects( _
   ByVal range As DataGridCellsRange _
) As System.Boolean
public System.bool Intersects( 
   DataGridCellsRange range
)

Parameters

range
The range.

Return Value

true if this range instance intersects the specified range; otherwise, false.
See Also

Reference

DataGridCellsRange Class
DataGridCellsRange Members