Show / Hide Table of Contents

Class Expression

Inheritance
System.Object
Expression
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.FormulaExpressions
Assembly: EPPlus.dll
Syntax
public abstract class Expression

Constructors

Expression(ParsingContext)

Declaration
public Expression(ParsingContext ctx)
Parameters
Type Name Description
ParsingContext ctx

Properties

Context

Declaration
protected ParsingContext Context { get; }
Property Value
Type Description
ParsingContext

Methods

Compile()

Declaration
public abstract CompileResult Compile()
Returns
Type Description
CompileResult

GetAddress()

Declaration
public virtual FormulaRangeAddress GetAddress()
Returns
Type Description
FormulaRangeAddress

Negate()

Declaration
public virtual void Negate()
In This Article
Back to top Generated by DocFX