DataGridViewCellCollection.Contains(DataGridViewCell) Method

Definition

Determines whether the specified cell is contained in the collection.

public:
 virtual bool Contains(System::Windows::Forms::DataGridViewCell ^ dataGridViewCell);
public virtual bool Contains (System.Windows.Forms.DataGridViewCell dataGridViewCell);
abstract member Contains : System.Windows.Forms.DataGridViewCell -> bool
override this.Contains : System.Windows.Forms.DataGridViewCell -> bool
Public Overridable Function Contains (dataGridViewCell As DataGridViewCell) As Boolean

Parameters

dataGridViewCell
DataGridViewCell

A DataGridViewCell to locate in the collection.

Returns

true if dataGridViewCell is in the collection; otherwise, false.

Applies to

See also