GcSpread.Sheets.Calc.Functions Namespace : AsyncFunction type |
var instance = new GcSpread.Sheets.Calc.Functions.AsyncFunction(name, minArgs, maxArgs);
function AsyncFunction;
Object
GcSpread.Sheets.Calc.Functions.AsyncFunction
Name | Description | |
---|---|---|
AsyncFunction Constructor | Represents an abstract base class for defining asynchronization functions. |
Name | Description | |
---|---|---|
defaultValue | Returns the default value of the evaluated function result before getting the async result. | |
evaluateAsync | Returns the result of the function applied to the arguments. |