DataGridViewCellCollection.IndexOf(DataGridViewCell) Метод

Определение

Возвращает индекс указанной ячейки.

public:
 int IndexOf(System::Windows::Forms::DataGridViewCell ^ dataGridViewCell);
public int IndexOf (System.Windows.Forms.DataGridViewCell dataGridViewCell);
member this.IndexOf : System.Windows.Forms.DataGridViewCell -> int
Public Function IndexOf (dataGridViewCell As DataGridViewCell) As Integer

Параметры

dataGridViewCell
DataGridViewCell

Ячейка для поиска в коллекции.

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

Int32

Отсчитываемый с нуля индекс значения параметра dataGridViewCell, если оно найдено в коллекции; в противном случае — значение, равное -1.

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

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