[]
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);
• altText = 512
Indicates the storage data type is alternative text.
• axis = 32
Indicates the storage data type is the axis information.
• bindingPath = 64
Indicates the storage data type is data binding path.
• comment = 4
Indicates the storage data type is comment.
• data = 1
Indicates the storage data type is pure value.
• hyperlink = 256
Indicates the storage data type is hyperlink.
• sparkline = 16
Indicates the storage data type is sparkline.
• style = 2
Indicates the storage data type is style.
• tag = 8
Indicates the storage data type is tag.