[]
Sets the error text for the cell.
void SetCellErrorText(int row, int column, string value)
Sub SetCellErrorText(row As Integer, column As Integer, value As String)
Type | Name | Description |
---|---|---|
int | row | The row index |
int | column | The column index |
string | value | The error text of the cell |