SpreadJS Documentation
parse Method
The error string.
Parses the specified error from the string.
Syntax
var returnValue; // Type: GcSpread.Sheets.Calc.Error
returnValue = GcSpread.Sheets.Calc.CalcError.parse(value);
function parse( 
   value : string
) : GcSpread.Sheets.Calc.Error;

Parameters

value
The error string.

Return Value

The calculation error.
See Also

Reference

CalcError type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.