The method LoadFromArray appears to set the cell type in accordance with the value type of the element of the array that it loads.
The InputValidationError event passes lConvErr (a integer error code) and sErrDescr (a string containing the error description) to the event handler. That is, it does not pass the value of the cell
before the change.
How does the error handler:
1. reset the cell value to what it was or undo the change?
2. NOT display an error message (choosing instead to change the background colour of the cell)?
Edited by user
2019-01-12T23:12:15Z
|
Reason: Not specified