SpreadJS Documentation
ExternalErrorExpression Method
The owner of the error.
The error value.
Represents an external error value.
Syntax
var returnValue; // Type: any
returnValue = GcSpread.Sheets.Calc.Expressions.ExternalErrorExpression(source, value);
function ExternalErrorExpression( 
   source : object,
   value : GcSpread.Sheets.Calc.Error
) : any;

Parameters

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

Reference

Expressions type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.