ClassFunctionExpression
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:
cs-api-definition
public class FunctionExpression : RadExpression
Inheritance: objectRadExpressionFunctionExpression
Inherited Members
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
cs-api-definition
protected override RadExpression GetValueOverride()
Returns
The value as RadExpression.
Overrides