DataGridViewCellCollection.Contains(DataGridViewCell) Methode

Definition

Bestimmt, ob die angegebene Zelle in der Auflistung enthalten ist.

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

Parameter

dataGridViewCell
DataGridViewCell

Eine DataGridViewCell, die in der Auflistung gesucht werden soll.

Gibt zurück

true, wenn sich dataGridViewCell in der Auflistung befindet, andernfalls false.

Gilt für:

Weitere Informationen