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

儲存格的資料列索引。

傳回

描述目前 DataGridViewCell 錯誤的字串。

適用於

另請參閱