Class StringExpression
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 StringExpression : AtomicExpressionConstructors
StringExpression(String)
Declaration
public StringExpression(string expression)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | expression | 
Methods
Compile()
Declaration
public override CompileResult Compile()Returns
| Type | Description | 
|---|---|
| CompileResult |