New to Telerik Document ProcessingStart a free 30-day trial

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 FunctionBase.Evaluate(FunctionEvaluationContext<RadExpression>)FunctionBase.IsArgumentNumberValid(int)FunctionBase.ArgumentConversionRules

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)
Parameters:contextFunctionEvaluationContext<RadExpression>

The context.

Returns:

RadExpression

Function result as RadExpression.

Overrides: FunctionBase.EvaluateOverride(FunctionEvaluationContext<RadExpression>)

Properties

Gets metadata describing the function's category, parameters, and localization keys.

C#
public override FunctionInfo FunctionInfo { get; }
Property Value:

The function info as FunctionInfo.

Overrides: FunctionBase.FunctionInfo

Gets the function name identifier used in formulas.

C#
public override string Name { get; }
Property Value:

The name as String.

Overrides: FunctionBase.Name