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