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

儲存格的資料列索引。

傳回

String

描述目前 DataGridViewCell 錯誤的字串。

適用於

另請參閱