DataGridViewCell::GetErrorText Method (Int32)

 

Returns a string that represents the error for the cell.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public protected:
virtual String^ GetErrorText(
	int rowIndex
)

Parameters

rowIndex
Type: System::Int32

The row index of the cell.

Return Value

Type: System::String^

A string that describes the error for the current DataGridViewCell.

.NET Framework
Available since 2.0
Return to top
Show: