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.

DynamicArray_AlwaysSetCellAsDynamic

The result is a dynamic array formula. Even if the result is nested in another function that the cell should be marked as dynamic.

LocalImage

A compile result containing a local image or a reference to a local image

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.

WebImage

A compile result containing a web image or a reference to a web image

In This Article
Back to top Generated by DocFX