[]
        
(Showing Draft Content)

GC.Spread.Sheets.StorageType

Enumeration: StorageType

Spread.Sheets.StorageType

Represents the storage data type.

example

//This example uses the StorageType enumeration.
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

Enumeration members

Enumeration members

axis

axis = 32

Indicates the storage data type is the axis information.


bindingPath

bindingPath = 64

Indicates the storage data type is data binding path.


comment

comment = 4

Indicates the storage data type is comment.


data

data = 1

Indicates the storage data type is pure value.


hyperlink = 256

Indicates the storage data type is hyperlink.


sparkline

sparkline = 16

Indicates the storage data type is sparkline.


style

style = 2

Indicates the storage data type is style.


tag

tag = 8

Indicates the storage data type is tag.