[]
Represents the base type for custom function.
public abstract class CustomFunction
Public MustInherit Class CustomFunction
Name | Description |
---|---|
CustomFunction(string, FunctionValueType) | Initializes an instance of a custom function. |
CustomFunction(string, FunctionValueType, Parameter[]) | Initializes an instance of a custom function. |
CustomFunction(string, string, FunctionValueType, Parameter[]) | Initializes an instance of a custom function. |
Name | Description |
---|---|
IsVolatile | Gets or sets whether to allow custom formula use cache. |
Name | Description |
---|---|
Evaluate(object[], ICalcContext) | Calculate the function. |