DataGridViewRowHeaderCell.GetErrorText(Int32) Metodo

Definizione

Restituisce una stringa che rappresenta l'errore per la cella.

protected public:
 override System::String ^ GetErrorText(int rowIndex);
protected internal override string GetErrorText (int rowIndex);
override this.GetErrorText : int -> string
Protected Friend Overrides Function GetErrorText (rowIndex As Integer) As String

Parametri

rowIndex
Int32

Indice di riga della cella.

Restituisce

Stringa che descrive l'errore per l'oggetto DataGridViewCell corrente.

Si applica a

Vedi anche