DataGridViewCell.GetErrorText(Int32) Metoda

Definice

Vrátí řetězec, který představuje chybu buňky.

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

Index řádku buňky.

Návraty

String

Řetězec, který popisuje chybu pro aktuální DataGridViewCell.

Platí pro

Viz také