DataGridViewCell.GetErrorText(Int32) Metodo

Definizione

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

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

Parametri

rowIndex
Int32

Indice di riga della cella.

Restituisce

String

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

Si applica a

Vedi anche