SpreadJS Documentation
ExternalErrorExpression Constructor
The owner of the error.
The error value.
Represents an external error value.
Syntax
var instance = new GcSpread.Sheets.Calc.Expressions.ExternalErrorExpression(source, value);
function ExternalErrorExpression( 
   source : object,
   value : GcSpread.Sheets.Calc.Error
) : ExternalErrorExpression;

Parameters

source
The owner of the error.
value
The error value.
See Also

Reference

ExternalErrorExpression type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.