DataGridViewSelectedCellCollection.Contains(DataGridViewCell) Methode

Definitie

Bepaalt of de opgegeven cel zich in de verzameling bevindt.

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

Parameters

Retouren

true als dataGridViewCell deze zich in de DataGridViewSelectedCellCollection; anders bevindt, false.

Van toepassing op

Zie ook