Table of Contents

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

<-> Parameter Type Description
const scope TUserDefined​Function​Scope
const functionName string Name of the function. Case insensitive.

Returns

True if the function existed and was removed, false if it didn't exist.

See also