[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.AsyncCustomFunction

AsyncCustomFunction Class

Represents the base type for async custom function.

Inheritance
AsyncCustomFunction
Namespace: GrapeCity.Documents.Excel
Assembly: DS.Documents.Excel.dll
Syntax
public abstract class AsyncCustomFunction : CustomFunction
Public MustInherit Class AsyncCustomFunction
    Inherits CustomFunction

Constructors

Name Description
AsyncCustomFunction(string, FunctionValueType)

Initializes an instance of a custom function.

AsyncCustomFunction(string, FunctionValueType, Parameter[])

Initializes an instance of a custom function.

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

Initializes an instance of a custom function.

Methods

Name Description
Evaluate(object[], ICalcContext)

Calculate the function.

EvaluateAsync(object[], ICalcContext)

Calculate the function asynchronously.