DataGridViewImageCell.GetValue(Int32) Metoda

Definice

Získá hodnotu buňky.

protected:
 override System::Object ^ GetValue(int rowIndex);
protected override object GetValue (int rowIndex);
override this.GetValue : int -> obj
Protected Overrides Function GetValue (rowIndex As Integer) As Object

Parametry

rowIndex
Int32

Index nadřazeného řádku buňky

Návraty

Object

Hodnota obsažená v sadě DataGridViewCell.

Platí pro

Viz také