FunctionWrapper Properties
A base class that allows you to override a built-in spreadsheet function.| Name | Description |
|---|---|
| Name | Gets the name of the base function. |
| Parameters | Gets the parameters passed to the function. |
| ReturnType | Gets the return type of the base function. |
| Volatile | Gets whether the base function is evaluated each time the worksheet is recalculated. |
See Also