SetRowErrorText Method
SetRowErrorText(int, string)
Sets the error text for the row.
Declaration
void SetRowErrorText(int row, string value)
Sub SetRowErrorText(row As Integer, value As String)
Parameters
| Type |
Name |
Description |
| int |
row |
The row index
|
| string |
value |
The error text of the row
|