[]
Gets the row error text.
public string GetRowErrorText(int rowIndex)
Public Function GetRowErrorText(rowIndex As Integer) As String
Type | Name | Description |
---|---|---|
int | rowIndex | Row index |
Type | Description |
---|---|
string | Error text of row (string.Empty if there is no error text) |