SpreadJS Documentation
CalcError Constructor
The description of the error.
The error code.
Represents an error in calculation.
Syntax
var instance = new GcSpread.Sheets.Calc.CalcError(error, errorCode);
function CalcError( 
   error : string,
   errorCode : number
) : CalcError;

Parameters

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

Reference

CalcError type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.