Namespace Syncfusion.Windows.Forms.Grid.Formulas
Classes
ExpressionFieldEvaluator
Encapsulates the code required to parse and compute formulas. Hash table properties maintain a Formula Library of functions as well as a list of dependent cells. You can add and remove library functions. |
Delegates
ExpressionFieldEvaluator.LibraryFunction
Delegate for custom functions used with AddFunction(String, ExpressionFieldEvaluator.LibraryFunction). |