Class ExcelErrorExpression
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 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
Methods
Compile()
Declaration
public override CompileResult Compile()
Returns
| Type | Description |
|---|---|
| CompileResult |