[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.AsyncCustomFunction.-ctor

AsyncCustomFunction Constructor

AsyncCustomFunction(string, FunctionValueType)

Initializes an instance of a custom function.

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

The name of the custom function.

FunctionValueType result

Specifies the return type for the custom function.

AsyncCustomFunction(string, FunctionValueType, Parameter[])

Initializes an instance of a custom function.

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

The name of the custom function.

FunctionValueType result

Specifies the return type for the custom function.

Parameter[] parameters

Specifies the parmeters for the custom function.

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

Initializes an instance of a custom function.

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

The name of the custom function.

string description

The description of the custom function.

FunctionValueType result

Specifies the return type for the custom function.

Parameter[] parameters

Specifies the parmeters for the custom function.