Sdílet prostřednictvím


DataGridViewCellCollection.IndexOf(DataGridViewCell) Metoda

Definice

Vrátí index zadané buňky.

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

Parametry

dataGridViewCell
DataGridViewCell

Buňka, která se má v kolekci najít.

Návraty

Int32

Index parametru dataGridViewCell založený na nule, pokud se nachází v kolekci, jinak -1.

Platí pro

Viz také