Enum FormulaToken
Summary description for _FormulaConstants.
Namespace: Syncfusion.XlsIO.Parser.Biff_Records.Formula
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum FormulaToken
Fields
| Name | |
|---|---|
| CloseBracket | Indicates close bracket. This token is used only for parser internal purpose and shouldn't appear in the resulting formula. |
| CloseParenthesis | Indicates closing parenthesis. This token is used only for parser internal purposes and shouldn't appear in the resulting formula. |
| Comma | Indicates delimiter between arguments. This token is used only for parser internal purpose and shouldn't appear in the resulting formula. |
| DDELink | Indicates identifier token that contains DDE link. This token is used only for parser internal purpose and shouldn't appear in the resulting formula. |
| EndOfFormula | Indicates end of formula token. This token is used only for parser internal purposes and shouldn't appear in the resulting formula. |
| Identifier | Indicates identifier token. This token can be range, named range, function call, etc. This token is used only for parser internal purpose and shouldn't appear in the resulting formula. |
| Identifier3D | Indicates 3D identifier token. This token can be range, named range. This token is used only for parser internal purpose and shouldn't appear in the resulting formula. |
| None | |
| OpenBracket | Indicates open bracket. This token is used only for parser internal purpose and shouldn't appear in the resulting formula. |
| Space | Indicates space token. This token is used only for parser internal purpose and shouldn't appear in the resulting formula. |
| tAdd | Represents the tAdd binary token. |
| tArea1 | Represents the tArea1 operand token. |
| tArea2 | Represents the tArea2 operand token. |
| tArea3 | Represents the tArea3 operand token. |
| tArea3d1 | Represents the tArea3d1 operand token. |
| tArea3d2 | Represents the tArea3d2 operand token. |
| tArea3d3 | Represents the tArea3d3 operand token. |
| tAreaErr1 | Represents the tAreaErr1 operand token. |
| tAreaErr2 | Represents the tAreaErr2 operand token. |
| tAreaErr3 | Represents the tAreaErr3 operand token. |
| tAreaErr3d1 | Represents the tAreaErr3d1 operand token. |
| tAreaErr3d2 | Represents the tAreaErr3d2 operand token. |
| tAreaErr3d3 | Represents the tAreaErr3d3 operand token. |
| tAreaN1 | Represents the tAreaN1 operand token. |
| tAreaN2 | Represents the tAreaN2 operand token. |
| tAreaN3 | Represents the tAreaN3 operand token. |
| tArray1 | Represents the tArray1 operand token. |
| tArray2 | Represents the tArray2 operand token. |
| tArray3 | Represents the tArray3 operand token. |
| tAttr | Represents the tAttr control token. |
| tBoolean | Represents the tBoolean constant token. |
| tCellRange | Represents the tCellRange binary token. |
| tCellRangeIntersection | Represents the tCellRangeIntersection binary token. |
| tCellRangeList | Represents the tCellRangeList binary token. |
| tConcat | Represents the tConcat binary token. |
| tDiv | Represents the tDiv binary token. |
| tEndSheet | Represents the tEndSheet control token. |
| tEqual | Represents the tEqual binary token. |
| tError | Represents the tError constant token. |
| tExp | Represents the tExp control token. |
| tExtended | Represents the tExtended control token. |
| tFunction1 | Represents the tFunction1 function token. |
| tFunction2 | Represents the tFunction2 function token. |
| tFunction3 | Represents the tFunction3 function token. |
| tFunctionCE1 | Represents the tFunctionCE1 function token. |
| tFunctionCE2 | Represents the tFunctionCE2 function token. |
| tFunctionCE3 | Represents the tFunctionCE3 function token. |
| tFunctionVar1 | Represents the tFunctionVar1 function token. |
| tFunctionVar2 | Represents the tFunctionVar2 function token. |
| tFunctionVar3 | Represents the tFunctionVar3 function token. |
| tGreater | Represents the tGreater binary token. |
| tGreaterEqual | Represents the tGreaterEqual binary token. |
| tInteger | Represents the tInteger constant token. |
| tLessEqual | Represents the tLessEqual binary token. |
| tLessThan | Represents the tLessThan binary token. |
| tMemArea1 | Represents the tMemArea1 operand token. |
| tMemArea2 | Represents the tMemArea2 operand token. |
| tMemArea3 | Represents the tMemArea3 operand token. |
| tMemAreaN1 | Represents the tMemAreaN1 operand token. |
| tMemAreaN2 | Represents the tMemAreaN2 operand token. |
| tMemAreaN3 | Represents the tMemAreaN3 operand token. |
| tMemErr1 | Represents the tMemErr1 operand token. |
| tMemErr2 | Represents the tMemErr2 operand token. |
| tMemErr3 | Represents the tMemErr3 operand token. |
| tMemFunc1 | Represents the tMemFunc1 operand token. |
| tMemFunc2 | Represents the tMemFunc2 operand token. |
| tMemFunc3 | Represents the tMemFunc3 operand token. |
| tMemNoMem1 | Represents the tMemNoMem1 operand token. |
| tMemNoMem2 | Represents the tMemNoMem2 operand token. |
| tMemNoMem3 | Represents the tMemNoMem3 operand token. |
| tMemNoMemN1 | Represents the tMemNoMemN1 operand token. |
| tMemNoMemN2 | Represents the tMemNoMemN2 operand token. |
| tMemNoMemN3 | Represents the tMemNoMemN3 operand token. |
| tMissingArgument | Represents the tMissingArgument constant token. |
| tMul | Represents the tMul binary token. |
| tName1 | Represents the tName1 operand token. |
| tName2 | Represents the tName2 operand token. |
| tName3 | Represents the tName3 operand token. |
| tNameX1 | Represents the tNameX1 operand token. |
| tNameX2 | Represents the tNameX2 operand token. |
| tNameX3 | Represents the tNameX3 operand token. |
| tNotEqual | Represents the tNotEqual binary token. |
| tNumber | Represents the tNumber constant token. |
| tParentheses | Represents the tParentheses unary token. |
| tPercent | Represents the tPercent unary token. |
| tPower | Represents the tPower binary token. |
| tRef1 | Represents the tRef1 operand token. |
| tRef2 | Represents the tRef2 operand token. |
| tRef3 | Represents the tRef3 operand token. |
| tRef3d1 | Represents the tRef3d1 operand token. |
| tRef3d2 | Represents the tRef3d2 operand token. |
| tRef3d3 | Represents the tRef3d3 operand token. |
| tRefErr1 | Represents the tRefErr1 operand token. |
| tRefErr2 | Represents the tRefErr2 operand token. |
| tRefErr3 | Represents the tRefErr3 operand token. |
| tRefErr3d1 | Represents the tRefErr3d1 operand token. |
| tRefErr3d2 | Represents the tRefErr3d2 operand token. |
| tRefErr3d3 | Represents the tRefErr3d3 operand token. |
| tRefN1 | Represents the tRefN1 operand token. |
| tRefN2 | Represents the tRefN2 operand token. |
| tRefN3 | Represents the tRefN3 operand token. |
| tRefN3d1 | Represents the tRefN3d1 operand token. |
| tRefN3d2 | Represents the tRefN3d2 operand token. |
| tRefN3d3 | Represents the tRefN3d3 operand token. |
| tSheet | Represents the tSheet control token. |
| tStringConstant | Represents the tStringConstant constant token. |
| tSub | Represents the tSub binary token. |
| tTbl | Represents the tTbl control token. |
| tUnaryMinus | Represents the tUnaryMinus unary token. |
| tUnaryPlus | Represents the tUnaryPlus unary token. |
| ValueFalse | Indicates boolean value - false. This token is used only for parser internal purpose and shouldn't appear in the resulting formula. |
| ValueTrue | Indicates boolean value - true. This token is used only for parser internal purpose and shouldn't appear in the resulting formula. |