SpreadJS Documentation
SheetRangeErrorExpression Method
Starting owner of error.
Ending owner of error.
The error value.
Represents an external error value.
Syntax
var returnValue; // Type: any
returnValue = GcSpread.Sheets.Calc.Expressions.SheetRangeErrorExpression(startSource, endSource, value);
function SheetRangeErrorExpression( 
   startSource : object,
   endSource : object,
   value : GcSpread.Sheets.Calc.Error
) : any;

Parameters

startSource
Starting owner of error.
endSource
Ending owner of error.
value
The error value.
See Also

Reference

Expressions type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.