Search Results for

    Show / Hide Table of Contents

    XlsFile.AllowEnteringUnknownFunctionsAndNames Property

    Whenever you try to use an unknown function in a formula, like "=MYFUNCTION()", FlexCel will raise an Exception. Same happens with unknown names. This is normally the expected behavior, so you don't enter a misspelled name by mistake, and you can add used defined function to FlexCel so it understands it.

    But in some cases, you might want to allow any function to be entered, no matter if is known or not: Excel behaves this way. For those cases, set this property to true. The unknown functions will return #NAME? as formula result.

    Syntax

    Namespace: FlexCel.XlsAdapter

    public override Boolean AllowEnteringUnknownFunctionsAndNames { get; set; }

    See also

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