ClassIndex
Implements the INDEX function, which returns the cell reference or value at the intersection of a specified row and column within a range or array.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Expressions.Functions
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
public class Index : FunctionWithArguments
Inheritance: objectFunctionBaseFunctionWithArgumentsIndex
Inherited Members
Constructors
Fields
FunctionName
The name of the function.
Properties
ArgumentConversionRules
Gets the rules that define how arguments are converted during function evaluation.
Declaration
public override ArgumentConversionRules ArgumentConversionRules { get; }
Property Value
The argument conversion rules as ArgumentConversionRules.
Overrides
FunctionInfo
Gets the metadata describing the INDEX function's category, description, and argument requirements.
Declaration
public override FunctionInfo FunctionInfo { get; }
Property Value
The function info as FunctionInfo.
Overrides
Methods
EvaluateOverride(FunctionEvaluationContext<object>)
Evaluates the INDEX function by locating and returning the cell reference or value at the specified row and column coordinates.
Declaration
protected override RadExpression EvaluateOverride(FunctionEvaluationContext<object> context)
Parameters
context
FunctionEvaluationContext<object>
The context.
Returns
Functions result as RadExpression.
Overrides