[]
Gets a user-defined error value for the cell of the specified row.
public string GetRowErrorText(int row)
Public Function GetRowErrorText(row As Integer) As String
Type | Name | Description |
---|---|---|
int | row | Row index of cell (in model) |
Type | Description |
---|---|
string | A error value for the cell of the specified row. |