Class FunctionExpression
Expression that invokes a spreadsheet function by name with specified arguments, evaluating to the function's result or an error if the function does not exist.
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Expressions
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class FunctionExpression : RadExpression, IPrecalculatedExpressionThreeNode
Methods
GetValueOverride()
Evaluates the function with the provided arguments and returns the result, or #NAME? error if the function is not found. Attaches listeners to cell reference results for dependency tracking.
Declaration
protected override RadExpression GetValueOverride()
Returns
|
RadExpression
The value as RadExpression. |