'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
.