Class LookupFunctionCompiler
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.ExpressionGraph.FunctionCompilers
Assembly: EPPlus.dll
Syntax
public class LookupFunctionCompiler : FunctionCompiler
Constructors
LookupFunctionCompiler(ExcelFunction, ParsingContext)
Declaration
public LookupFunctionCompiler(ExcelFunction function, ParsingContext context)
Parameters
Type | Name | Description |
---|---|---|
ExcelFunction | function | |
ParsingContext | context |
Methods
Compile(IEnumerable<Expression>)
Declaration
public override CompileResult Compile(IEnumerable<Expression> children)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Expression> | children |
Returns
Type | Description |
---|---|
CompileResult |