Indirect
Class
Implements the INDIRECT function, which evaluates a text string as a cell reference and returns the reference to that cell or range.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Expressions.Functions
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
C#
public class Indirect : FunctionWithArguments
Inheritance: objectFunctionBaseFunctionWithArgumentsIndirect
Inherited Members
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)
The context.
Returns:Functions result as RadExpression.
Overrides:
Properties
Gets the metadata describing the INDIRECT function's category, description, and argument requirements.
C#
public override FunctionInfo FunctionInfo { get; }
The function info as FunctionInfo.
Overrides: