DataGridViewRowHeaderCell.GetErrorText(Int32) メソッド

定義

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

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

パラメーター

rowIndex
Int32

セルの行インデックス。

戻り値

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

適用対象

こちらもご覧ください