Class Text
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OfficeOpenXml.FormulaParsing.Excel.Functions.Text
Assembly: EPPlus.dll
Syntax
public class Text : ExcelFunction
Properties
ArgumentMinLength
Declaration
public override int ArgumentMinLength { get; }
Property Value
Type | Description |
---|---|
System. |
Overrides
Methods
Execute(IList<FunctionArgument>, ParsingContext)
Declaration
public override CompileResult Execute(IList<FunctionArgument> arguments, ParsingContext context)
Parameters
Type | Name | Description |
---|---|---|
System. |
arguments | |
Parsing |
context |
Returns
Type | Description |
---|---|
Compile |