Show / Hide Table of Contents

Class FunctionArgumentExpression

Inheritance
System.Object
Expression
GroupExpression
FunctionArgumentExpression
Inherited Members
GroupExpression.Compile()
Expression.ExpressionString
Expression.Children
Expression.Next
Expression.Prev
Expression.Operator
Expression.HasChildren
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 FunctionArgumentExpression : GroupExpression

Constructors

FunctionArgumentExpression(Expression)

Declaration
public FunctionArgumentExpression(Expression function)
Parameters
Type Name Description
Expression function

Properties

IgnoreCircularReference

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

IsGroupedExpression

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

Methods

PrepareForNextChild()

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