Spread.Sheets Documentation
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

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.