Show / Hide Table of Contents

Enum CompileResultType

Result type

Namespace: OfficeOpenXml.FormulaParsing.FormulaExpressions
Assembly: EPPlus.dll
Syntax
public enum CompileResultType

Fields

Name Description
DynamicArray

The result is a dynamic array formula.

Normal

A normal compile result containing a value.

RangeAddress

A compile result referencing a range address. This will allow the result to be used with the colon operator.

In This Article
Back to top Generated by DocFX