Table of Contents

TUnsupportedFormula.TUnsupportedFormula Constructor

Overloads

TUnsupportedFormula.TUnsupportedFormula

Creates a new empty instance.

Syntax

Namespace: FlexCel.Core

public TUnsupportedFormula()

See also

TUnsupportedFormula.TUnsupportedFormula(TUnsupportedFormulaErrorType, TCellAddress, String, String)

Creates a new instance of a TUnsupported formula class.

Syntax

Namespace: FlexCel.Core

public TUnsupportedFormula(TUnsupportedFormulaErrorType aErrorType, TCellAddress aCell, String aFunctionName, String aFileName)

Parameters

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

See also

TUnsupportedFormula.TUnsupportedFormula(TUnsupportedFormulaErrorType, TCellAddress, String, String, TCellAddressWithFileName[])

Creates a new instance of a TUnsupported formula class.

Syntax

Namespace: FlexCel.Core

public TUnsupportedFormula(TUnsupportedFormulaErrorType aErrorType, TCellAddress aCell, String aFunctionName, String aFileName, TCellAddressWithFileName[] aStackTrace)

Parameters

<-> Parameter Type Description
aErrorType TUnsupported​Formula​Error​Type See ErrorType
aCell TCellAddress See Cell
aFunctionName String See FunctionName
aFileName String See FileName
aStackTrace TCellAddress​With​File​Name[] See StackTrace

See also