CalculationOptions.CustomFunction

CalculationOptions.CustomFunction property

The custom formula calculation functions to extend the calculation engine.

[Obsolete("Use CustomEngine property instead.")]
[EditorBrowsable(EditorBrowsableState.Never)]
public ICustomFunction CustomFunction { get; set; }

Remarks

NOTE: This member is now obsolete. Instead, please use CustomEngine property, AbstractCalculationEngine provides more convenient and flexible APIs for manipulating custom functions. This property will be removed 12 months later since August 2020. Aspose apologizes for any inconvenience you may have experienced.

See Also