ClassLeft
Class
Implements the LEFT function, which extracts a specified number of characters from the beginning of a text string.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Expressions.Functions
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
cs-api-definition
public class Left : FunctionWithArguments
Inheritance: objectFunctionBaseFunctionWithArgumentsLeft
Inherited Members
Constructors
Left()
Initializes a new LEFT function instance that extracts characters from the start of text.
Declaration
cs-api-definition
public Left()
Fields
FunctionName
The name of the function.
Properties
FunctionInfo
Gets the function info.
Declaration
cs-api-definition
public override FunctionInfo FunctionInfo { get; }
Property Value
The function info as FunctionInfo.
Overrides
Methods
EvaluateOverride(FunctionEvaluationContext<object>)
Virtual method evaluating the function with System.Object arguments array.
Declaration
cs-api-definition
protected override RadExpression EvaluateOverride(FunctionEvaluationContext<object> context)
Parameters
context
Returns
Functions result as RadExpression.
Overrides