IsFormula
Class
Tests whether a cell reference contains a formula and returns TRUE for formula cells, FALSE otherwise.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Expressions.Functions
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
C#
public class IsFormula : FunctionWithArguments
Inheritance: objectFunctionBaseFunctionWithArgumentsIsFormula
Inherited Members
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)
Functions 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: