Spread.Sheets Documentation
defaultValue Method
GC.Spread.CalcEngine.Functions Namespace > AsyncFunction type : 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