Table of Contents

TUnsupportedFormula.Create Constructor

Overloads

TUnsupportedFormula.Create

Creates a new empty instance.

Syntax

Unit: FlexCel.Core

constructor TUnsupportedFormula.Create;

See also

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