SpreadJS Documentation
toString Method
GC.Spread.CalcEngine Namespace > CalcError type : toString Method
Returns a string that represents this instance.
Syntax
var instance = new GC.Spread.CalcEngine.CalcError(error);
var value; // Type: string
value = instance.toString();
function toString() : string;

Return Value

The error string.
See Also

Reference

CalcError type