Class ConstantExpression
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
Assembly: EPPlus.dll
Syntax
public class ConstantExpression : AtomicExpressionConstructors
ConstantExpression(String, Func<CompileResult>)
Declaration
public ConstantExpression(string title, Func<CompileResult> factoryMethod)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | title | |
| System.Func<CompileResult> | factoryMethod | 
Methods
Compile()
Declaration
public override CompileResult Compile()Returns
| Type | Description | 
|---|---|
| CompileResult |