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.