Back to Devexpress

WorkbookFunctions.OverrideFunction Method

officefileapi-devexpress-dot-spreadsheet-dot-functions-dot-workbookfunctions-dot-overridefunction.md

latest722 B
Original Source

WorkbookFunctions.OverrideFunction Method

NameParametersDescription
OverrideFunction(String, ICustomFunction, Boolean)name, function, skipIfExistsReplaces the built-in function specified by its name with a custom function.
OverrideFunction(String, ICustomFunction)name, functionReplaces the built-in function specified by its name with a custom function.