IsBlank
Class
Tests whether a cell reference is empty and returns TRUE for blank cells, FALSE otherwise.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Expressions.Functions
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
C#
public class IsBlank : FunctionBase
Inheritance: objectFunctionBaseIsBlank
Inherited Members
Constructors
Initializes a new ISBLANK function instance for testing whether cells are empty.
C#
public IsBlank()
Fields
The name of the function.
C#
public static readonly string FunctionName
Methods
Evaluates the function and returns TRUE if the argument is an empty cell or empty 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: