Spread.Sheets Documentation
CalcError Method
GC.Spread Namespace > CalcEngine type : CalcError Method
The description of the error.
Represents an error in calculation.
Syntax
var value; // Type: any
value = GC.Spread.CalcEngine.CalcError(error);
function CalcError( 
   error : string
) : any;

Parameters

error
The description of the error.
See Also

Reference

CalcEngine type