ClassConcat
Implements the CONCAT function, which combines multiple text strings and ranges into a single concatenated string.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Expressions.Functions
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
public class Concat : StringsInFunction
Inheritance: objectFunctionBaseFunctionWithArgumentsFunctionWithSameTypeArguments<string>StringsInFunctionConcat
Inherited Members
Constructors
Concat()
Initializes a new CONCAT function instance that joins multiple text items into one string.
Declaration
public Concat()
Fields
FunctionName
The name of the function.
Properties
ArgumentConversionRules
Gets the argument conversion rules.
Declaration
public override ArgumentConversionRules ArgumentConversionRules { get; }
Property Value
The argument conversion rules.
Overrides
FunctionInfo
Gets the function info.
Declaration
public override FunctionInfo FunctionInfo { get; }
Property Value
The function info as FunctionInfo.
Overrides
Methods
EvaluateOverride(FunctionEvaluationContext<string>)
Virtual method evaluating the function with System.Object arguments array.
Declaration
protected override RadExpression EvaluateOverride(FunctionEvaluationContext<string> context)
Parameters
context
FunctionEvaluationContext<string>
The context.
Returns
Functions result as RadExpression.
Overrides