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