[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.AsyncCustomFunction.-ctor

AsyncCustomFunction Constructor

AsyncCustomFunction(string, FunctionValueType)

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

Declaration
protected AsyncCustomFunction(string name, FunctionValueType result)
Parameters
Type Name Description
string name

自定义函数的名称。

FunctionValueType result

指定自定义函数的返回类型。

AsyncCustomFunction(string, FunctionValueType, Parameter[])

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

Declaration
protected AsyncCustomFunction(string name, FunctionValueType result, Parameter[] parameters)
Parameters
Type Name Description
string name

自定义函数的名称。

FunctionValueType result

指定自定义函数的返回类型。

Parameter[] parameters

指定自定义函数的参数。

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

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

Declaration
protected AsyncCustomFunction(string name, string description, FunctionValueType result, Parameter[] parameters)
Parameters
Type Name Description
string name

自定义函数的名称。

string description

自定义函数的描述。

FunctionValueType result

指定自定义函数的返回类型。

Parameter[] parameters

指定自定义函数的参数。