Class GroupExpression
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 GroupExpression : Expression
Constructors
GroupExpression(Boolean)
Declaration
public GroupExpression(bool isNegated)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | isNegated |
GroupExpression(Boolean, IExpressionCompiler)
Declaration
public GroupExpression(bool isNegated, IExpressionCompiler expressionCompiler)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | isNegated | |
IExpressionCompiler | expressionCompiler |
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 |