Table of Contents

Enum TokenType

Namespace
OfficeOpenXml.FormulaParsing.LexicalAnalysis
Assembly
Magicodes.EPPlus.dll
public enum TokenType
Extension Methods

Fields

Boolean = 16
ClosingBracket = 7
ClosingEnumerable = 5
ClosingParenthesis = 3
Comma = 9
Decimal = 17
Enumerable = 8
ExcelAddress = 20
ExcelAddressR1C1 = 27
Function = 19
Integer = 15
InvalidReference = 22
NameValue = 21
Negator = 1
Null = 25
NumericError = 23
OpeningBracket = 6
OpeningEnumerable = 4
OpeningParenthesis = 2
Operator = 0
Percent = 18
SemiColon = 10
String = 11
StringContent = 12
Unrecognized = 26
ValueDataTypeError = 24
WorksheetName = 13
WorksheetNameContent = 14