DataGridViewCell.GetErrorText(Int32) Metoda

Definicja

Zwraca ciąg reprezentujący błąd dla komórki.

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

Parametry

rowIndex
Int32

Indeks wiersza komórki.

Zwraca

String

Ciąg opisujący błąd dla bieżącego DataGridViewCellelementu .

Dotyczy

Zobacz też