DataGridViewCell.GetErrorText(Int32) Method

Definition

Returns a string that represents the error for the cell.

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

Parameters

rowIndex
Int32

The row index of the cell.

Returns

A string that describes the error for the current DataGridViewCell.

Applies to

See also