Spread.Sheets Documentation
CalcError Constructor
GC.Spread.CalcEngine Namespace > CalcError type : CalcError Constructor
The description of the error.
Represents an error in calculation.
Syntax
var instance = new GC.Spread.CalcEngine.CalcError(error);
function CalcError( 
   error : string
) : CalcError;

Parameters

error
The description of the error.
See Also

Reference

CalcError type