Table of Contents

Enum CompileResultType

Namespace
OfficeOpenXml.FormulaParsing.FormulaExpressions
Assembly
EPPlus.dll

Result type

public enum CompileResultType

Fields

DynamicArray = 2

The result is a dynamic array formula.

Normal = 0

A normal compile result containing a value.

RangeAddress = 1

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