Search Results for

    Show / Hide Table of Contents

    TUnsupportedFormula.Create Constructor

    Overloads

    • TUnsupportedFormula.Create
    • TUnsupportedFormula.Create(TUnsupportedFormulaErrorType, TCellAddress, string, string)
    • TUnsupportedFormula.Create(TUnsupportedFormulaErrorType, TCellAddress, string, string, TCellAddressWithFileNameArray)

    TUnsupportedFormula.Create

    Creates a new empty instance.

    Syntax

    Unit: FlexCel.Core

    constructor TUnsupportedFormula.Create;

    See also

    • TUnsupportedFormula

    TUnsupportedFormula.Create(TUnsupportedFormulaErrorType, TCellAddress, string, string)

    Creates a new instance of a TUnsupported formula class.

    Syntax

    Unit: FlexCel.Core

    constructor TUnsupportedFormula.Create(const aErrorType: TUnsupportedFormulaErrorType; const aCell: TCellAddress; const aFunctionName: string; const aFileName: string);

    Parameters

    <-> Parameter Type Description
    const aErrorType TUnsupported​Formula​Error​Type See ErrorType
    const aCell TCellAddress See Cell
    const aFunctionName string See FunctionName
    const aFileName string See FileName

    See also

    • TUnsupportedFormula

    TUnsupportedFormula.Create(TUnsupportedFormulaErrorType, TCellAddress, string, string, TCellAddressWithFileNameArray)

    Creates a new instance of a TUnsupported formula class.

    Syntax

    Unit: FlexCel.Core

    constructor TUnsupportedFormula.Create(const aErrorType: TUnsupportedFormulaErrorType; const aCell: TCellAddress; const aFunctionName: string; const aFileName: string; const aStackTrace: TArray<TCellAddressWithFileName>);

    Parameters

    <-> Parameter Type Description
    const aErrorType TUnsupported​Formula​Error​Type See ErrorType
    const aCell TCellAddress See Cell
    const aFunctionName string See FunctionName
    const aFileName string See FileName
    const aStackTrace TArray<​TCell​Address​With​File​Name> See StackTrace

    See also

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