WorkbookFunctions.OverrideFunction Method
| Name | Parameters | Description |
|---|---|---|
| OverrideFunction(String, ICustomFunction, Boolean) | name, function, skipIfExists | Replaces the built-in function specified by its name with a custom function. |
| OverrideFunction(String, ICustomFunction) | name, function | Replaces the built-in function specified by its name with a custom function. |