[]
        
(Showing Draft Content)

GC.Spread.Sheets.StorageType

枚举: StorageType

Spread.Sheets.StorageType

存储数据类型

代码示例

//本示例使用StorageType枚举
activeSheet.getCell(0,0).value("A1");
activeSheet.clear(0,0,3,3,GC.Spread.Sheets.SheetArea.viewport,GC.Spread.Sheets.StorageType.data);

Table of contents

枚举值成员

枚举值成员

altText

altText = 512

存储数据类型为替代文本


axis

axis = 32

存储数据类型为轴信息


bindingPath

bindingPath = 64

存储数据类型为数据绑定路径


comment

comment = 4

存储数据类型为批注


data

data = 1

存储数据类型为纯值


hyperlink = 256

存储数据类型为超链接


sparkline

sparkline = 16

存储数据类型为迷你图


style

style = 2

存储数据类型为样式


tag

tag = 8

存储数据类型为标签