Show / Hide Table of Contents

Enum DataType

Represents a value's data type in the formula parser.

Namespace: OfficeOpenXml.FormulaParsing.ExpressionGraph
Assembly: EPPlus.dll
Syntax
public enum DataType

Fields

Name Description
Boolean

A boolean

Date

A date or date/time

Decimal

A decimal or floating point

Empty

Null or empty string

Enumerable

A range or a collection

ExcelAddress

A range reference

ExcelError

An error code

Integer

An integer

LookupArray

A lookup array

String

A string

Time

A time

Unknown

An unknown data type

In This Article
Back to top Generated by DocFX