Show / Hide Table of Contents

Class ExpressionGraph

Inheritance
System.Object
ExpressionGraph
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 ExpressionGraph

Properties

Current

Declaration
public Expression Current { get; }
Property Value
Type Description
Expression

Expressions

Declaration
public IEnumerable<Expression> Expressions { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<Expression>

Methods

Add(Expression)

Declaration
public Expression Add(Expression expression)
Parameters
Type Name Description
Expression expression
Returns
Type Description
Expression

Remove(Expression)

Declaration
public void Remove(Expression item)
Parameters
Type Name Description
Expression item

Reset()

Declaration
public void Reset()
Back to top Generated by DocFX