SpreadJS Documentation
AsyncFunction type
Represents an abstract base class for defining asynchronization functions.
Syntax
var instance = new GcSpread.Sheets.Calc.Functions.AsyncFunction(name, minArgs, maxArgs);
function AsyncFunction;
Inheritance Hierarchy

Object
   GcSpread.Sheets.Calc.Functions.AsyncFunction

Constructors
 NameDescription
public ConstructorAsyncFunction ConstructorRepresents an abstract base class for defining asynchronization functions.  
Top
Methods
 NameDescription
public MethoddefaultValueReturns the default value of the evaluated function result before getting the async result.  
public MethodevaluateAsyncReturns the result of the function applied to the arguments.  
Top
See Also

Reference

GcSpread.Sheets.Calc.Functions Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.