DataGridViewLinkCell.GetValue(Int32) Metodo

Definizione

Ottiene il valore della cella.

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

Parametri

rowIndex
Int32

Indice della riga padre della cella.

Restituisce

Valore contenuto in DataGridViewCell.

Si applica a

Vedi anche