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