Show / Hide Table of Contents

Class AtomicExpression

Inheritance
System.Object
Expression
AtomicExpression
BooleanExpression
ConstantExpression
DateExpression
DecimalExpression
ExcelAddressExpression
FunctionExpression
IntegerExpression
NamedValueExpression
StringExpression
Inherited Members
Expression.ExpressionString
Expression.Children
Expression.Next
Expression.Prev
Expression.Operator
Expression.IgnoreCircularReference
Expression.HasChildren
Expression.PrepareForNextChild()
Expression.AddChild(Expression)
Expression.MergeWithNext()
Expression.Compile()
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 : Expression

Constructors

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
Overrides
Expression.IsGroupedExpression
Back to top Generated by DocFX