DataGridViewCell.GetErrorText(Int32) メソッド

定義

セルのエラーを表す文字列を返します。

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

パラメーター

rowIndex
Int32

セルの行インデックス。

戻り値

String

現在の DataGridViewCell のエラーを説明する文字列。

適用対象

こちらもご覧ください