# GC.Spread.Sheets.StorageType

## Content

# Enumeration: StorageType

[Spread](../modules/GC.Spread).[Sheets](../modules/GC.Spread.Sheets).StorageType

Represents the storage data type.

**`example`**
```javascript
//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

- [altText](GC.Spread.Sheets.StorageType#alttext)
- [axis](GC.Spread.Sheets.StorageType#axis)
- [bindingPath](GC.Spread.Sheets.StorageType#bindingpath)
- [comment](GC.Spread.Sheets.StorageType#comment)
- [data](GC.Spread.Sheets.StorageType#data)
- [hyperlink](GC.Spread.Sheets.StorageType#hyperlink)
- [sparkline](GC.Spread.Sheets.StorageType#sparkline)
- [style](GC.Spread.Sheets.StorageType#style)
- [tag](GC.Spread.Sheets.StorageType#tag)

## Enumeration members

### <a id="alttext" name="alttext"></a> altText

• **altText** = `512`

 Indicates the storage data type is alternative text.

___

### <a id="axis" name="axis"></a> axis

• **axis** = `32`

 Indicates the storage data type is the axis information.

___

### <a id="bindingpath" name="bindingpath"></a> bindingPath

• **bindingPath** = `64`

 Indicates the storage data type is data binding path.

___

### <a id="comment" name="comment"></a> comment

• **comment** = `4`

 Indicates the storage data type is comment.

___

### <a id="data" name="data"></a> data

• **data** = `1`

 Indicates the storage data type is pure value.

___

### <a id="hyperlink" name="hyperlink"></a> hyperlink

• **hyperlink** = `256`

 Indicates the storage data type is hyperlink.

___

### <a id="sparkline" name="sparkline"></a> sparkline

• **sparkline** = `16`

 Indicates the storage data type is sparkline.

___

### <a id="style" name="style"></a> style

• **style** = `2`

 Indicates the storage data type is style.

___

### <a id="tag" name="tag"></a> tag

• **tag** = `8`

 Indicates the storage data type is tag.
