ClassRept
Class
Repeats text a specified number of times; implements the REPT text function.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Expressions.Functions
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
cs-api-definition
public class Rept : FunctionWithArguments
Inheritance: objectFunctionBaseFunctionWithArgumentsRept
Inherited Members
Constructors
Rept()
Initializes a new instance that repeats text a specified number of times.
Declaration
cs-api-definition
public Rept()
Fields
FunctionName
The name of the function.
Properties
FunctionInfo
Gets metadata about the function including its arguments and category.
Declaration
cs-api-definition
public override FunctionInfo FunctionInfo { get; }
Property Value
The function info as FunctionInfo.
Overrides
Methods
EvaluateOverride(FunctionEvaluationContext<object>)
Evaluates the REPT function with the provided arguments and returns the repeated text, with a maximum result length of 32767 characters.
Declaration
cs-api-definition
protected override RadExpression EvaluateOverride(FunctionEvaluationContext<object> context)
Parameters
context
Returns
Functions result as RadExpression.
Overrides