DataGridViewLinkCell.GetValue(Int32) Método

Definição

Obtém o valor da célula.

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

Parâmetros

rowIndex
Int32

O índice da linha mãe da célula.

Devoluções

O valor contido no DataGridViewCell.

Aplica-se a

Ver também