[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.AsyncCustomFunction

AsyncCustomFunction Class

表示异步自定义函数的基础类型。

Inheritance
AsyncCustomFunction
Namespace: GrapeCity.Documents.Excel
Assembly: GcDocs.Excel.dll
Syntax
public abstract class AsyncCustomFunction : CustomFunction

Constructors

Name Description
AsyncCustomFunction(string, FunctionValueType)

初始化自定义函数的实例。

AsyncCustomFunction(string, FunctionValueType, Parameter[])

初始化自定义函数的实例。

AsyncCustomFunction(string, string, FunctionValueType, Parameter[])

初始化自定义函数的实例。

Methods

Name Description
Evaluate(object[], ICalcContext)

计算该函数。

EvaluateAsync(object[], ICalcContext)

异步计算函数。