DataGridViewSelectedCellCollection.Contains(DataGridViewCell) Метод

Определение

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

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

Параметры

dataGridViewCell
DataGridViewCell

Объект DataGridViewCell, который требуется найти в коллекции DataGridViewSelectedCellCollection.

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

Boolean

Значение true, если ключ dataGridViewCell содержится в DataGridViewSelectedCellCollection; в противном случае — значение false.

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

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