[]
        
(Showing Draft Content)

GC.Spread.CalcEngine.ExpressionType

Enumeration: ExpressionType

Spread.CalcEngine.ExpressionType

Represents the expression type

Table of contents

Enumeration members

Enumeration members

LocalName

LocalName = 100

Specifies the local name type


array

array = 6

Specifies the array type


boolean

boolean = 4

Specifies the boolean type


error

error = 5

Specifies the error type


expand

expand = 12

Specifies the expand type


function

function = 7

Specifies the function type


missingArgument

missingArgument = 11

Specifies the missing argument type


name

name = 8

Specifies the name type


number

number = 2

Specifies the number type


operator

operator = 9

Specifies the operator type


parentheses

parentheses = 10

Specifies the parenthesis type


reference

reference = 1

Specifies the reference type


string

string = 3

Specifies the string type


structReference

structReference = 13

Specifies the struct reference type


unknow

unknow = 0

Specifies the unknown type