[]
Gets the error text of the cell.
string GetCellErrorText(int row, int column)
Function GetCellErrorText(row As Integer, column As Integer) As String
| Type | Name | Description |
|---|---|---|
| int | row | The row index |
| int | column | The column index |
| Type | Description |
|---|---|
| string | The string value error text of the cell |