Show / Hide Table of Contents

Class ExcelErrorExpression

Inheritance
System.Object
Expression
ExcelErrorExpression
Inherited Members
Expression.Children
Expression.Next
Expression.Prev
Expression.Operator
Expression.IgnoreCircularReference
Expression.HasChildren
Expression.PrepareForNextChild()
Expression.AddChild(Expression)
Expression.MergeWithNext()
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 ExcelErrorExpression : Expression

Constructors

ExcelErrorExpression(ExcelErrorValue)

Declaration
public ExcelErrorExpression(ExcelErrorValue error)
Parameters
Type Name Description
ExcelErrorValue error

ExcelErrorExpression(String, ExcelErrorValue)

Declaration
public ExcelErrorExpression(string expression, ExcelErrorValue error)
Parameters
Type Name Description
System.String expression
ExcelErrorValue error

Properties

IsGroupedExpression

Declaration
public override bool IsGroupedExpression { get; }
Property Value
Type Description
System.Boolean
Overrides
Expression.IsGroupedExpression

Methods

Compile()

Declaration
public override CompileResult Compile()
Returns
Type Description
CompileResult
Overrides
Expression.Compile()
Back to top Generated by DocFX