IsNonText
Class
Tests whether a value is not text and returns TRUE for non-text values, FALSE for text.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Expressions.Functions
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
C#
public class IsNonText : FunctionBase
Inheritance: objectFunctionBaseIsNonText
Inherited Members
Constructors
Initializes a new ISNONTEXT function instance for testing whether values are not text.
C#
public IsNonText()
Fields
The name of the function.
C#
public static readonly string FunctionName
Methods
Evaluates the function and returns TRUE if the argument is not a string expression, FALSE for text.
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: