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 |
---|---|---|
Excel |
function | |
Parsing |
context |
Methods
Compile(IEnumerable<Expression>)
Declaration
public override CompileResult Compile(IEnumerable<Expression> children)
Parameters
Type | Name | Description |
---|---|---|
System. |
children |
Returns
Type | Description |
---|---|
Compile |