Xamarin.Android

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FormulaToken

    Show / Hide Table of Contents

    Class FormulaToken

    Summary description for _FormulaConstants.

    Inheritance
    System.Object
    FormulaToken
    Namespace: Syncfusion.XlsIO.Parser.Biff_Records.Formula
    Assembly: Syncfusion.XlsIO.Portable.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 Description
    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 Description
    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 Description
    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 Description
    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 Description
    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 Description
    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 Description
    FormulaToken

    None

    Declaration
    public const FormulaToken None
    Field Value
    Type Description
    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 Description
    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 Description
    FormulaToken

    tAdd

    Represents the tAdd binary token.

    Declaration
    public const FormulaToken tAdd
    Field Value
    Type Description
    FormulaToken

    tArea1

    Represents the tArea1 operand token.

    Declaration
    public const FormulaToken tArea1
    Field Value
    Type Description
    FormulaToken

    tArea2

    Represents the tArea2 operand token.

    Declaration
    public const FormulaToken tArea2
    Field Value
    Type Description
    FormulaToken

    tArea3

    Represents the tArea3 operand token.

    Declaration
    public const FormulaToken tArea3
    Field Value
    Type Description
    FormulaToken

    tArea3d1

    Represents the tArea3d1 operand token.

    Declaration
    public const FormulaToken tArea3d1
    Field Value
    Type Description
    FormulaToken

    tArea3d2

    Represents the tArea3d2 operand token.

    Declaration
    public const FormulaToken tArea3d2
    Field Value
    Type Description
    FormulaToken

    tArea3d3

    Represents the tArea3d3 operand token.

    Declaration
    public const FormulaToken tArea3d3
    Field Value
    Type Description
    FormulaToken

    tAreaErr1

    Represents the tAreaErr1 operand token.

    Declaration
    public const FormulaToken tAreaErr1
    Field Value
    Type Description
    FormulaToken

    tAreaErr2

    Represents the tAreaErr2 operand token.

    Declaration
    public const FormulaToken tAreaErr2
    Field Value
    Type Description
    FormulaToken

    tAreaErr3

    Represents the tAreaErr3 operand token.

    Declaration
    public const FormulaToken tAreaErr3
    Field Value
    Type Description
    FormulaToken

    tAreaErr3d1

    Represents the tAreaErr3d1 operand token.

    Declaration
    public const FormulaToken tAreaErr3d1
    Field Value
    Type Description
    FormulaToken

    tAreaErr3d2

    Represents the tAreaErr3d2 operand token.

    Declaration
    public const FormulaToken tAreaErr3d2
    Field Value
    Type Description
    FormulaToken

    tAreaErr3d3

    Represents the tAreaErr3d3 operand token.

    Declaration
    public const FormulaToken tAreaErr3d3
    Field Value
    Type Description
    FormulaToken

    tAreaN1

    Represents the tAreaN1 operand token.

    Declaration
    public const FormulaToken tAreaN1
    Field Value
    Type Description
    FormulaToken

    tAreaN2

    Represents the tAreaN2 operand token.

    Declaration
    public const FormulaToken tAreaN2
    Field Value
    Type Description
    FormulaToken

    tAreaN3

    Represents the tAreaN3 operand token.

    Declaration
    public const FormulaToken tAreaN3
    Field Value
    Type Description
    FormulaToken

    tArray1

    Represents the tArray1 operand token.

    Declaration
    public const FormulaToken tArray1
    Field Value
    Type Description
    FormulaToken

    tArray2

    Represents the tArray2 operand token.

    Declaration
    public const FormulaToken tArray2
    Field Value
    Type Description
    FormulaToken

    tArray3

    Represents the tArray3 operand token.

    Declaration
    public const FormulaToken tArray3
    Field Value
    Type Description
    FormulaToken

    tAttr

    Represents the tAttr control token.

    Declaration
    public const FormulaToken tAttr
    Field Value
    Type Description
    FormulaToken

    tBoolean

    Represents the tBoolean constant token.

    Declaration
    public const FormulaToken tBoolean
    Field Value
    Type Description
    FormulaToken

    tCellRange

    Represents the tCellRange binary token.

    Declaration
    public const FormulaToken tCellRange
    Field Value
    Type Description
    FormulaToken

    tCellRangeIntersection

    Represents the tCellRangeIntersection binary token.

    Declaration
    public const FormulaToken tCellRangeIntersection
    Field Value
    Type Description
    FormulaToken

    tCellRangeList

    Represents the tCellRangeList binary token.

    Declaration
    public const FormulaToken tCellRangeList
    Field Value
    Type Description
    FormulaToken

    tConcat

    Represents the tConcat binary token.

    Declaration
    public const FormulaToken tConcat
    Field Value
    Type Description
    FormulaToken

    tDiv

    Represents the tDiv binary token.

    Declaration
    public const FormulaToken tDiv
    Field Value
    Type Description
    FormulaToken

    tEndSheet

    Represents the tEndSheet control token.

    Declaration
    public const FormulaToken tEndSheet
    Field Value
    Type Description
    FormulaToken

    tEqual

    Represents the tEqual binary token.

    Declaration
    public const FormulaToken tEqual
    Field Value
    Type Description
    FormulaToken

    tError

    Represents the tError constant token.

    Declaration
    public const FormulaToken tError
    Field Value
    Type Description
    FormulaToken

    tExp

    Represents the tExp control token.

    Declaration
    public const FormulaToken tExp
    Field Value
    Type Description
    FormulaToken

    tExtended

    Represents the tExtended control token.

    Declaration
    public const FormulaToken tExtended
    Field Value
    Type Description
    FormulaToken

    tFunction1

    Represents the tFunction1 function token.

    Declaration
    public const FormulaToken tFunction1
    Field Value
    Type Description
    FormulaToken

    tFunction2

    Represents the tFunction2 function token.

    Declaration
    public const FormulaToken tFunction2
    Field Value
    Type Description
    FormulaToken

    tFunction3

    Represents the tFunction3 function token.

    Declaration
    public const FormulaToken tFunction3
    Field Value
    Type Description
    FormulaToken

    tFunctionCE1

    Represents the tFunctionCE1 function token.

    Declaration
    public const FormulaToken tFunctionCE1
    Field Value
    Type Description
    FormulaToken

    tFunctionCE2

    Represents the tFunctionCE2 function token.

    Declaration
    public const FormulaToken tFunctionCE2
    Field Value
    Type Description
    FormulaToken

    tFunctionCE3

    Represents the tFunctionCE3 function token.

    Declaration
    public const FormulaToken tFunctionCE3
    Field Value
    Type Description
    FormulaToken

    tFunctionVar1

    Represents the tFunctionVar1 function token.

    Declaration
    public const FormulaToken tFunctionVar1
    Field Value
    Type Description
    FormulaToken

    tFunctionVar2

    Represents the tFunctionVar2 function token.

    Declaration
    public const FormulaToken tFunctionVar2
    Field Value
    Type Description
    FormulaToken

    tFunctionVar3

    Represents the tFunctionVar3 function token.

    Declaration
    public const FormulaToken tFunctionVar3
    Field Value
    Type Description
    FormulaToken

    tGreater

    Represents the tGreater binary token.

    Declaration
    public const FormulaToken tGreater
    Field Value
    Type Description
    FormulaToken

    tGreaterEqual

    Represents the tGreaterEqual binary token.

    Declaration
    public const FormulaToken tGreaterEqual
    Field Value
    Type Description
    FormulaToken

    tInteger

    Represents the tInteger constant token.

    Declaration
    public const FormulaToken tInteger
    Field Value
    Type Description
    FormulaToken

    tLessEqual

    Represents the tLessEqual binary token.

    Declaration
    public const FormulaToken tLessEqual
    Field Value
    Type Description
    FormulaToken

    tLessThan

    Represents the tLessThan binary token.

    Declaration
    public const FormulaToken tLessThan
    Field Value
    Type Description
    FormulaToken

    tMemArea1

    Represents the tMemArea1 operand token.

    Declaration
    public const FormulaToken tMemArea1
    Field Value
    Type Description
    FormulaToken

    tMemArea2

    Represents the tMemArea2 operand token.

    Declaration
    public const FormulaToken tMemArea2
    Field Value
    Type Description
    FormulaToken

    tMemArea3

    Represents the tMemArea3 operand token.

    Declaration
    public const FormulaToken tMemArea3
    Field Value
    Type Description
    FormulaToken

    tMemAreaN1

    Represents the tMemAreaN1 operand token.

    Declaration
    public const FormulaToken tMemAreaN1
    Field Value
    Type Description
    FormulaToken

    tMemAreaN2

    Represents the tMemAreaN2 operand token.

    Declaration
    public const FormulaToken tMemAreaN2
    Field Value
    Type Description
    FormulaToken

    tMemAreaN3

    Represents the tMemAreaN3 operand token.

    Declaration
    public const FormulaToken tMemAreaN3
    Field Value
    Type Description
    FormulaToken

    tMemErr1

    Represents the tMemErr1 operand token.

    Declaration
    public const FormulaToken tMemErr1
    Field Value
    Type Description
    FormulaToken

    tMemErr2

    Represents the tMemErr2 operand token.

    Declaration
    public const FormulaToken tMemErr2
    Field Value
    Type Description
    FormulaToken

    tMemErr3

    Represents the tMemErr3 operand token.

    Declaration
    public const FormulaToken tMemErr3
    Field Value
    Type Description
    FormulaToken

    tMemFunc1

    Represents the tMemFunc1 operand token.

    Declaration
    public const FormulaToken tMemFunc1
    Field Value
    Type Description
    FormulaToken

    tMemFunc2

    Represents the tMemFunc2 operand token.

    Declaration
    public const FormulaToken tMemFunc2
    Field Value
    Type Description
    FormulaToken

    tMemFunc3

    Represents the tMemFunc3 operand token.

    Declaration
    public const FormulaToken tMemFunc3
    Field Value
    Type Description
    FormulaToken

    tMemNoMem1

    Represents the tMemNoMem1 operand token.

    Declaration
    public const FormulaToken tMemNoMem1
    Field Value
    Type Description
    FormulaToken

    tMemNoMem2

    Represents the tMemNoMem2 operand token.

    Declaration
    public const FormulaToken tMemNoMem2
    Field Value
    Type Description
    FormulaToken

    tMemNoMem3

    Represents the tMemNoMem3 operand token.

    Declaration
    public const FormulaToken tMemNoMem3
    Field Value
    Type Description
    FormulaToken

    tMemNoMemN1

    Represents the tMemNoMemN1 operand token.

    Declaration
    public const FormulaToken tMemNoMemN1
    Field Value
    Type Description
    FormulaToken

    tMemNoMemN2

    Represents the tMemNoMemN2 operand token.

    Declaration
    public const FormulaToken tMemNoMemN2
    Field Value
    Type Description
    FormulaToken

    tMemNoMemN3

    Represents the tMemNoMemN3 operand token.

    Declaration
    public const FormulaToken tMemNoMemN3
    Field Value
    Type Description
    FormulaToken

    tMissingArgument

    Represents the tMissingArgument constant token.

    Declaration
    public const FormulaToken tMissingArgument
    Field Value
    Type Description
    FormulaToken

    tMul

    Represents the tMul binary token.

    Declaration
    public const FormulaToken tMul
    Field Value
    Type Description
    FormulaToken

    tName1

    Represents the tName1 operand token.

    Declaration
    public const FormulaToken tName1
    Field Value
    Type Description
    FormulaToken

    tName2

    Represents the tName2 operand token.

    Declaration
    public const FormulaToken tName2
    Field Value
    Type Description
    FormulaToken

    tName3

    Represents the tName3 operand token.

    Declaration
    public const FormulaToken tName3
    Field Value
    Type Description
    FormulaToken

    tNameX1

    Represents the tNameX1 operand token.

    Declaration
    public const FormulaToken tNameX1
    Field Value
    Type Description
    FormulaToken

    tNameX2

    Represents the tNameX2 operand token.

    Declaration
    public const FormulaToken tNameX2
    Field Value
    Type Description
    FormulaToken

    tNameX3

    Represents the tNameX3 operand token.

    Declaration
    public const FormulaToken tNameX3
    Field Value
    Type Description
    FormulaToken

    tNotEqual

    Represents the tNotEqual binary token.

    Declaration
    public const FormulaToken tNotEqual
    Field Value
    Type Description
    FormulaToken

    tNumber

    Represents the tNumber constant token.

    Declaration
    public const FormulaToken tNumber
    Field Value
    Type Description
    FormulaToken

    tParentheses

    Represents the tParentheses unary token.

    Declaration
    public const FormulaToken tParentheses
    Field Value
    Type Description
    FormulaToken

    tPercent

    Represents the tPercent unary token.

    Declaration
    public const FormulaToken tPercent
    Field Value
    Type Description
    FormulaToken

    tPower

    Represents the tPower binary token.

    Declaration
    public const FormulaToken tPower
    Field Value
    Type Description
    FormulaToken

    tRef1

    Represents the tRef1 operand token.

    Declaration
    public const FormulaToken tRef1
    Field Value
    Type Description
    FormulaToken

    tRef2

    Represents the tRef2 operand token.

    Declaration
    public const FormulaToken tRef2
    Field Value
    Type Description
    FormulaToken

    tRef3

    Represents the tRef3 operand token.

    Declaration
    public const FormulaToken tRef3
    Field Value
    Type Description
    FormulaToken

    tRef3d1

    Represents the tRef3d1 operand token.

    Declaration
    public const FormulaToken tRef3d1
    Field Value
    Type Description
    FormulaToken

    tRef3d2

    Represents the tRef3d2 operand token.

    Declaration
    public const FormulaToken tRef3d2
    Field Value
    Type Description
    FormulaToken

    tRef3d3

    Represents the tRef3d3 operand token.

    Declaration
    public const FormulaToken tRef3d3
    Field Value
    Type Description
    FormulaToken

    tRefErr1

    Represents the tRefErr1 operand token.

    Declaration
    public const FormulaToken tRefErr1
    Field Value
    Type Description
    FormulaToken

    tRefErr2

    Represents the tRefErr2 operand token.

    Declaration
    public const FormulaToken tRefErr2
    Field Value
    Type Description
    FormulaToken

    tRefErr3

    Represents the tRefErr3 operand token.

    Declaration
    public const FormulaToken tRefErr3
    Field Value
    Type Description
    FormulaToken

    tRefErr3d1

    Represents the tRefErr3d1 operand token.

    Declaration
    public const FormulaToken tRefErr3d1
    Field Value
    Type Description
    FormulaToken

    tRefErr3d2

    Represents the tRefErr3d2 operand token.

    Declaration
    public const FormulaToken tRefErr3d2
    Field Value
    Type Description
    FormulaToken

    tRefErr3d3

    Represents the tRefErr3d3 operand token.

    Declaration
    public const FormulaToken tRefErr3d3
    Field Value
    Type Description
    FormulaToken

    tRefN1

    Represents the tRefN1 operand token.

    Declaration
    public const FormulaToken tRefN1
    Field Value
    Type Description
    FormulaToken

    tRefN2

    Represents the tRefN2 operand token.

    Declaration
    public const FormulaToken tRefN2
    Field Value
    Type Description
    FormulaToken

    tRefN3

    Represents the tRefN3 operand token.

    Declaration
    public const FormulaToken tRefN3
    Field Value
    Type Description
    FormulaToken

    tRefN3d1

    Represents the tRefN3d1 operand token.

    Declaration
    public const FormulaToken tRefN3d1
    Field Value
    Type Description
    FormulaToken

    tRefN3d2

    Represents the tRefN3d2 operand token.

    Declaration
    public const FormulaToken tRefN3d2
    Field Value
    Type Description
    FormulaToken

    tRefN3d3

    Represents the tRefN3d3 operand token.

    Declaration
    public const FormulaToken tRefN3d3
    Field Value
    Type Description
    FormulaToken

    tSheet

    Represents the tSheet control token.

    Declaration
    public const FormulaToken tSheet
    Field Value
    Type Description
    FormulaToken

    tStringConstant

    Represents the tStringConstant constant token.

    Declaration
    public const FormulaToken tStringConstant
    Field Value
    Type Description
    FormulaToken

    tSub

    Represents the tSub binary token.

    Declaration
    public const FormulaToken tSub
    Field Value
    Type Description
    FormulaToken

    tTbl

    Represents the tTbl control token.

    Declaration
    public const FormulaToken tTbl
    Field Value
    Type Description
    FormulaToken

    tUnaryMinus

    Represents the tUnaryMinus unary token.

    Declaration
    public const FormulaToken tUnaryMinus
    Field Value
    Type Description
    FormulaToken

    tUnaryPlus

    Represents the tUnaryPlus unary token.

    Declaration
    public const FormulaToken tUnaryPlus
    Field Value
    Type Description
    FormulaToken

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    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 Description
    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 Description
    FormulaToken
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved