[]
        
(Showing Draft Content)

C1.CalcEngine.ExcelEngine.ExcelEngine.GetCustomFunctionExpression

GetCustomFunctionExpression Method

GetCustomFunctionExpression(string, CustomFunctionDefinition, List<IExpression>)

Gets a custom function expression.

Declaration
protected override IExpression GetCustomFunctionExpression(string id, CustomFunctionDefinition fnDef, List<IExpression> expr)
Parameters
Type Name Description
string id

Function identifier.

CustomFunctionDefinition fnDef

Function definition.

List<IExpression> expr

Arguments of the function.

Returns
Type Description
IExpression
Overrides