Show / Hide Table of Contents

Class ExcelRangeExpression

Inheritance
System.Object
Expression
ExcelRangeExpression
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 ExcelRangeExpression : Expression

Constructors

ExcelRangeExpression(IRangeInfo)

Declaration
public ExcelRangeExpression(IRangeInfo rangeInfo)
Parameters
Type Name Description
IRangeInfo rangeInfo

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()
In This Article
Back to top Generated by DocFX