Class ExpressionFactory
Inheritance
System.Object
    ExpressionFactory
  Implements
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 ExpressionFactory : IExpressionFactoryConstructors
ExpressionFactory(ExcelDataProvider, ParsingContext)
Declaration
public ExpressionFactory(ExcelDataProvider excelDataProvider, ParsingContext context)Parameters
| Type | Name | Description | 
|---|---|---|
| ExcelDataProvider | excelDataProvider | |
| ParsingContext | context | 
Methods
Create(Token)
Declaration
public Expression Create(Token token)Parameters
| Type | Name | Description | 
|---|---|---|
| Token | token | 
Returns
| Type | Description | 
|---|---|
| Expression |