Class Indirect
Implements the INDIRECT function, which evaluates a text string as a cell reference and returns the reference to that cell or range.
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Expressions.Functions
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class Indirect : FunctionWithArguments
Constructors
Indirect()
Initializes a new INDIRECT function instance.
Declaration
public Indirect()
Fields
FunctionName
The name of the function.
Declaration
public static readonly string FunctionName
Field Value
|
System.String
|
Properties
FunctionInfo
Gets the metadata describing the INDIRECT function's category, description, and argument requirements.
Declaration
public override FunctionInfo FunctionInfo { get; }
Property Value
|
FunctionInfo
The function info as FunctionInfo. |
Overrides
Name
Gets the name of the function as "INDIRECT".
Declaration
public override string Name { get; }
Property Value
|
System.String
The name as String. |
Overrides
Methods
EvaluateOverride(FunctionEvaluationContext<Object>)
Evaluates the INDIRECT function by parsing the text reference and returning a cell reference expression or error if invalid or circular.
Declaration
protected override RadExpression EvaluateOverride(FunctionEvaluationContext<object> context)
Parameters
|
FunctionEvaluationContext<System.Object>
context
The context. |
Returns
|
RadExpression
Functions result as RadExpression. |