FormulaParseOptions.CustomFunctionDefinition

FormulaParseOptions.CustomFunctionDefinition property

Definition for parsing custom functions.

public CustomFunctionDefinition CustomFunctionDefinition { get; set; }

Remarks

For some special requirements, such as when calculating custom function in user’s custom engine, some parameters of it need to be caculated in array mode, using this property can mark those parameters as array mode when parsing the formula. Otherwise user needs to update those custom functions later by UpdateCustomFunctionDefinition to get the same result.

See Also