Indirect
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:
public class Indirect : FunctionWithArguments
Inheritance: objectFunctionBaseFunctionWithArgumentsIndirect
Inherited Members
Constructors
Initializes a new INDIRECT function instance.
public Indirect()
Fields
The name of the function.
public static readonly string FunctionName
Properties
Gets the metadata describing the INDIRECT function's category, description, and argument requirements.
public override FunctionInfo FunctionInfo { get; }
The function info as FunctionInfo.
Overrides:
Methods
Evaluates the INDIRECT function by parsing the text reference and returning a cell reference expression or error if invalid or circular.
protected override RadExpression EvaluateOverride(FunctionEvaluationContext<object> context)
The context.
Returns:Functions result as RadExpression.
Overrides: