IsError
Class
Tests whether a value is any error and returns TRUE for any error value including #N/A, FALSE otherwise.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Expressions.Functions
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
C#
public class IsError : FunctionBase
Inheritance: objectFunctionBaseIsError
Inherited Members
Constructors
Initializes a new ISERROR function instance for testing whether values are any error type.
C#
public IsError()
Fields
The name of the function.
C#
public static readonly string FunctionName
Methods
Evaluates the function and returns TRUE if the argument is any error expression, FALSE otherwise.
C#
protected override RadExpression EvaluateOverride(FunctionEvaluationContext<RadExpression> context)
The context.
Returns:Function result as RadExpression.
Overrides:
Properties
Gets metadata describing the function's category, parameters, and localization keys.
C#
public override FunctionInfo FunctionInfo { get; }
The function info as FunctionInfo.
Overrides: