DataGridViewHeaderCell.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 pai da célula.

Retornos

Object

O valor do DataGridViewCell atual.

Exceções

rowIndex não é -1.

Aplica-se a

Confira também