Spread.Sheets Documentation
defaultValue Method
Returns the default value of the evaluated function result before getting the async result.
Syntax
var instance = new GC.Spread.CalcEngine.Functions.AsyncFunction(name, minArgs, maxArgs, description);
var value; // Type: object
value = instance.defaultValue();
function defaultValue() : object;

Return Value

The default value of the evaluated function result before getting the async result.
See Also

Reference

AsyncFunction type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.