DataGridViewRowHeaderCell.GetErrorText(Int32) Metoda

Definice

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

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

Parametry

rowIndex
Int32

Index řádku buňky.

Návraty

String

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

Platí pro

Viz také