'Declaration Public Function Intersects( _ ByVal range As GridControlRange _ ) As Boolean
public bool Intersects( GridControlRange range )
Parameters
- range
- The range to test whether intersects this range.
true
if this range is intersected by the specified range.'Declaration Public Function Intersects( _ ByVal range As GridControlRange _ ) As Boolean
public bool Intersects( GridControlRange range )