SpreadJS Documentation
CalcError Method
The description of the error.
The error code.
Represents an error in calculation.
Syntax
var value; // Type: any
value = GcSpread.Sheets.Calc.CalcError(error, errorCode);
function CalcError( 
   error : string,
   errorCode : number
) : any;

Parameters

error
The description of the error.
errorCode
The error code.
See Also

Reference

Calc type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.