Table of Contents

XlsFile.RemoveUserDefinedFunction Method

Removes a single function from the FlexCel recalculation engine. If the function doesn't exist, this method will return false.

Syntax

Namespace: FlexCel.XlsAdapter

public override Boolean RemoveUserDefinedFunction(TUserDefinedFunctionScope scope, String functionName)

Parameters

<-> Parameter Type Description
scope TUserDefined​Function​Scope
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