FunctionExpression
Class
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.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Expressions
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
C#
public class FunctionExpression : RadExpression
Inheritance: objectRadExpressionFunctionExpression
Inherited Members
Methods
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.
C#
protected override RadExpression GetValueOverride()
The value as RadExpression.
Overrides: