DataGridViewSelectedCellCollection.Contains(DataGridViewCell) Methode

Definition

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

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

Parameter

dataGridViewCell
DataGridViewCell

Das DataGridViewCell, das in der DataGridViewSelectedCellCollection gesucht werden soll.

Gibt zurück

true, wenn dataGridViewCell in der DataGridViewSelectedCellCollection vorhanden ist, andernfalls false.

Gilt für:

Weitere Informationen