GetRowErrorText Method
GetRowErrorText(int)
Gets the error text of the row.
Declaration
string GetRowErrorText(int row)
Function GetRowErrorText(row As Integer) As String
Parameters
Type |
Name |
Description |
int |
row |
The row index
|
Returns
Type |
Description |
string |
The string value error text of the row
|