Represents the "#VALUE!" error that occurs when value is not the expected type or when the formula is badly formed (incorrect number of parameters in function, unbalanced parenthesis etc).
This class is not intended to be instantiated in your code.
Ges the data associated with the error.
It could be a text that explains the error or a JavaScript exception object associated with the error.
toString(): void
Returns the string that represents the error.