Table of Contents

TUserDefinedFunction.TUserDefinedFunction Constructor

Overloads

TUserDefinedFunction.TUserDefinedFunction(String)

Initializes the name of the user defined function.

Syntax

Namespace: FlexCel.Core

protected TUserDefinedFunction(String aName)

Parameters

<-> Parameter Type Description
aName String Name to be used in the user defined function. This is the same name that should be in the xls file.

See also

TUserDefinedFunction.TUserDefinedFunction(String, String)

Initializes the name of the user defined function, with a special name for older Excel versions.

Syntax

Namespace: FlexCel.Core

protected TUserDefinedFunction(String aName, String aInternalName)

Parameters

<-> Parameter Type Description
aName String Name to be used in the user defined function. This is the same name that should be in the xls file.
aInternalName String Name that will be used when saving xls (biff8) files. Some functions are saved by Excel 2010 as .xlfn_Name when saving xls (not xlsx). This is the name that should be saved in the xls file, not the real name of the function.

See also