[]
Gets the error text of a specified cell.
public string GetCellErrorText(int rowIndex, int columnIndex)
Public Function GetCellErrorText(rowIndex As Integer, columnIndex As Integer) As String
| Type | Name | Description |
|---|---|---|
| int | rowIndex | Row index of cell |
| int | columnIndex | Column index of cell |
| Type | Description |
|---|---|
| string | Error text of cell (string.Empty if there is no error text) |