Search Results for

    Show / Hide Table of Contents

    TUserDefinedFunction.TUserDefinedFunction Constructor

    Overloads

    • TUserDefinedFunction.TUserDefinedFunction(String)
    • TUserDefinedFunction.TUserDefinedFunction(String, String)

    TUserDefinedFunction.TUserDefinedFunction(String)

    Initializes the name of the user defined function.

    Syntax

    Namespace: FlexCel.Core

    protected TUserDefinedFunction(String aName)

    Parameters

    <-> Parameter Type Description
    aName String Name to be used in the user defined function. This is the same name that should be in the xls file.

    See also

    • TUserDefinedFunction

    TUserDefinedFunction.TUserDefinedFunction(String, String)

    Initializes the name of the user defined function, with a special name for older Excel versions.

    Syntax

    Namespace: FlexCel.Core

    protected TUserDefinedFunction(String aName, String aInternalName)

    Parameters

    <-> Parameter Type Description
    aName String Name to be used in the user defined function. This is the same name that should be in the xls file.
    aInternalName String Name that will be used when saving xls (biff8) files. Some functions are saved by Excel 2010 as .xlfn_Name when saving xls (not xlsx). This is the name that should be saved in the xls file, not the real name of the function.

    See also

    • TUserDefinedFunction
    In This Article
    Back to top FlexCel Studio for the .NET Framework v7.24.0.0
    © 2002 - 2025 tmssoftware.com