var value; // Type: any value = GC.Spread.CalcEngine.Functions.AsyncFunction(name, minArgs, maxArgs, description);
function AsyncFunction( name : string, minArgs : number, maxArgs : number, description : Object ) : any;
パラメータ
- name
- 関数の名前。
- minArgs
- 関数の引数の最小数。
- maxArgs
- 関数の引数の最大数。
- description
- 関数の記述。