ClassNA
Class
Implements the NA function, which returns the #N/A error value to indicate missing or unavailable data.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Expressions.Functions
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
cs-api-definition
public class NA : FunctionBase
Inheritance: objectFunctionBaseNA
Inherited Members
Constructors
NA()
Initializes a new NA function instance that generates the #N/A error value.
Declaration
cs-api-definition
public NA()
Fields
FunctionName
The name of the function.
Properties
FunctionInfo
Gets metadata describing the function's category, description, and argument structure.
Declaration
cs-api-definition
public override FunctionInfo FunctionInfo { get; }
Property Value
The function info as FunctionInfo.
Overrides
Methods
EvaluateOverride(FunctionEvaluationContext<RadExpression>)
Evaluates the function and returns the #N/A error expression.
Declaration
cs-api-definition
protected override RadExpression EvaluateOverride(FunctionEvaluationContext<RadExpression> context)
Parameters
context
FunctionEvaluationContext<RadExpression>
The context.
Returns
Function result as RadExpression.
Overrides