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