Search Results for

    Show / Hide Table of Contents

    TTokenFunction.TTokenFunction Constructor

    Overloads

    • TTokenFunction.TTokenFunction(String, Int32)
    • TTokenFunction.TTokenFunction(String, Int32, Boolean)

    TTokenFunction.TTokenFunction(String, Int32)

    Creates a new function token for internal (not user-defined) functions.

    Syntax

    Namespace: FlexCel.Core

    public TTokenFunction(String aFunctionName, Int32 aArgumentCount)

    Parameters

    <-> Parameter Type Description
    aFunctionName String Name of the function.
    aArgumentCount Int32 Number of arguments for this function. Note that if the function has a fixed number of arguments, this parameter is ignored.

    See also

    • TTokenFunction

    TTokenFunction.TTokenFunction(String, Int32, Boolean)

    Creates a new function token. It can be an internal or an user-defined function.

    Syntax

    Namespace: FlexCel.Core

    public TTokenFunction(String aFunctionName, Int32 aArgumentCount, Boolean aIsUserDefined)

    Parameters

    <-> Parameter Type Description
    aFunctionName String Name of the function.
    aArgumentCount Int32 Number of arguments for this function. Note that if the function has a fixed number of arguments, this parameter is ignored.
    aIsUserDefined Boolean If true, the function is used defined, not built-in in Excel. Note that some built-in functions from Excel 2003 like EOMonth, while available in Excel, are implemented as user-defined functions (they were available in ToolPacks like the Analysis ToolPack).

    See also

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