TXlsFile.RemoveUserDefinedFunction Method
Removes a single function from the FlexCel recalculation engine. If the function doesn't exist, this method will return false.
Syntax
Unit: FlexCel.XlsAdapter
function TXlsFile.RemoveUserDefinedFunction(const scope: TUserDefinedFunctionScope; const functionName: string): Boolean; override;
Parameters
Returns
True if the function existed and was removed, false if it didn't exist.
See also