DataGridViewSelectedCellCollection.Contains(DataGridViewCell) Yöntem

Tanım

Belirtilen hücrenin koleksiyonda bulunup bulunmadığını belirler.

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

Parametreler

Döndürülenler

true içindeyse dataGridViewCellDataGridViewSelectedCellCollection; değilse, false.

Şunlara uygulanır

Ayrıca bkz.