[]
        
(Showing Draft Content)

GC.Spread.CalcEngine.ExpressionType

枚举: ExpressionType

Spread.CalcEngine.ExpressionType

表达式类型

Table of contents

枚举值成员

枚举值成员

LocalName

LocalName = 100

指定允许本地名称类型


array

array = 6

数组类型


boolean

boolean = 4

布尔类型


error

error = 5

错误类型


expand

expand = 12

拓展类型


function

function = 7

函数类型


missingArgument

missingArgument = 11

缺少参数类型


name

name = 8

名称类型


number

number = 2

数字类型


operator

operator = 9

运算符类型


parentheses

parentheses = 10

Specifies the parenthesis type


reference

reference = 1

引用类型


string

string = 3

字符串类型


structReference

structReference = 13

结构引用类型


unknow

unknow = 0

Specifies the unknown type