New to Telerik Document ProcessingStart a free 30-day trial

Implements the INDIRECT function, which evaluates a text string as a cell reference and returns the reference to that cell or range.

Definition

Constructors

Initializes a new INDIRECT function instance.

C#
public Indirect()

Fields

The name of the function.

C#
public static readonly string FunctionName

Methods

Evaluates the INDIRECT function by parsing the text reference and returning a cell reference expression or error if invalid or circular.

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

The context.

Returns:

RadExpression

Functions result as RadExpression.

Overrides: FunctionWithArguments.EvaluateOverride(FunctionEvaluationContext<object>)

Properties

Gets the metadata describing the INDIRECT function's category, description, and argument requirements.

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

The function info as FunctionInfo.

Overrides: FunctionBase.FunctionInfo

Gets the name of the function as "INDIRECT".

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

The name as String.

Overrides: FunctionBase.Name