[]
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 |
|---|---|
| AcceptErrors | Gets or sets whether the function can accept error values as arguments. |
| IsVolatile | Gets or sets whether to allow custom formula use cache. |
| Name | Description |
|---|---|
| Evaluate(object[], ICalcContext) | Calculate the function. |