Class Text
The Text
Inherited Members
Namespace: OfficeOpenXml.FormulaParsing.Excel.Functions.Text
Assembly: EPPlus.dll
Syntax
public class Text : ExcelFunction
Properties
ArgumentMinLength
Minimum arguments
Declaration
public override int ArgumentMinLength { get; }
Property Value
| Type | Description |
|---|---|
| int |
Overrides
ArrayBehaviour
First arg could be a range
Declaration
public override ExcelFunctionArrayBehaviour ArrayBehaviour { get; }
Property Value
| Type | Description |
|---|---|
| ExcelFunctionArrayBehaviour |
Overrides
Methods
Execute(IList<FunctionArgument>, ParsingContext)
Execute function
Declaration
public override CompileResult Execute(IList<FunctionArgument> arguments, ParsingContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| IList<FunctionArgument> | arguments | |
| ParsingContext | context |
Returns
| Type | Description |
|---|---|
| CompileResult |