New to Telerik Document ProcessingStart a free 30-day trial

Tests whether a cell reference contains a formula and returns TRUE for formula cells, FALSE otherwise.

Definition

Constructors

Initializes a new ISFORMULA function instance for testing whether cell references contain formulas.

C#
public IsFormula()

Fields

The name of the function.

C#
public static readonly string FunctionName

Methods

Evaluates the function by inspecting the cell reference and returns TRUE if it contains a formula, FALSE otherwise.

C#
protected override RadExpression EvaluateOverride(FunctionEvaluationContext<object> context)
Parameters:contextFunctionEvaluationContext<object>Returns:

RadExpression

Functions result as RadExpression.

Overrides: FunctionWithArguments.EvaluateOverride(FunctionEvaluationContext<object>)

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