Search Results for

    Show / Hide Table of Contents

    TExcelFile.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.Core

    function TExcelFile.RemoveUserDefinedFunction(const scope: TUserDefinedFunctionScope; const functionName: string): Boolean; virtual; abstract;

    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

    • TExcelFile
    In This Article
    Back to top FlexCel Studio for VCL and FireMonkey v7.24
    © 2002 - 2025 tmssoftware.com