WorkbookFunctions Methods
Provides access to worksheet functions and enables you to override a built-in function.Name | Description |
---|---|
OverrideFunction(String, ICustomFunction, Boolean) | Replaces the built-in function specified by its name with a custom function. |
OverrideFunction(String, ICustomFunction) | Replaces the built-in function specified by its name with a custom function. |
See Also