Class AtomicExpression
Inheritance
System.Object
    
    AtomicExpression
      
      
      
      
      
      
      
      
      
  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 abstract class AtomicExpression : ExpressionConstructors
AtomicExpression(String)
Declaration
public AtomicExpression(string expression)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | expression | 
Properties
IsGroupedExpression
Declaration
public override bool IsGroupedExpression { get; }Property Value
| Type | Description | 
|---|---|
| System.Boolean |