Spread.Sheets Documentation
parse Method
GC.Spread.CalcEngine Namespace > CalcError type : parse Method
The error string.
Parses the specified error from the string.
Syntax
var returnValue; // Type: CalcError
returnValue = GC.Spread.CalcEngine.CalcError.parse(value);
function parse( 
   value : string
) : CalcError;

Parameters

value
The error string.

Return Value

The calculation error.
See Also

Reference

CalcError type