DataGridViewCellCollection.Contains(DataGridViewCell) Метод

Определение

Определяет, содержит ли коллекция заданную ячейку.

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

Параметры

dataGridViewCell
DataGridViewCell

Объект DataGridViewCell для поиска в коллекции.

Возвращаемое значение

Boolean

Значение true, если элемент dataGridViewCell присутствует в коллекции, в противном случае — значение false.

Применяется к

См. также раздел