'Declaration
Public Function Intersects( _ ByVal range As DataGridCellsRange _ ) As Boolean
public bool Intersects( DataGridCellsRange range )
Parameters
- range
- The range.
Return Value
true
if this range instance intersects the specified range; otherwise, false
.