Class | Description | |
---|---|---|
C1Binding | A C1.WPF.Binding that supports formulas. | |
C1CalcEngine | Class that parses strings and returns Expression objects that can be evaluated. | |
C1StaticResource | A StaticResource that supports a path specification. | |
Expression | Base class that represents parsed expressions. | |
FunctionDefinition | Function definition class (keeps function name, parameter counts, and delegate). | |
Tally | A class that aggregates values and provides summary statistics (including count, sum, average, standard deviation, and variance). | |
XObjectExpression | Expression that represents an external object. |
Interface | Description | |
---|---|---|
IValueObject | Interface supported by external objects that have to return a value other than themselves (e.g. a cell range object should return the cell content instead of the range itself). |
Delegate | Description | |
---|---|---|
CalcEngineFunction | Delegate that represents CalcEngine functions. |