DataGridViewSelectedCellCollection.Contains(DataGridViewCell) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Belirtilen hücrenin koleksiyonda yer alıp almadığı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
- dataGridViewCell
- DataGridViewCell
DataGridViewCell içinde bulmak için öğesini seçinDataGridViewSelectedCellCollection.
Döndürülenler
true içindeyse dataGridViewCellDataGridViewSelectedCellCollection; değilse, false.