GC.Spread.Sheets Namespace : StorageType Enumeration |
Member | Description |
---|---|
axis | Indicates the storage data type is the axis information. |
bindingPath | Indicates the storage data type is data binding path. |
comment | Indicates the storage data type is comment. |
data | Indicates the storage data type is pure value. |
sparkline | Indicates the storage data type is sparkline. |
style | Indicates the storage data type is style. |
tag | Indicates the storage data type is tag. |
activeSheet.getCell(0,0).value("A1");
activeSheet.clear(0,0,3,3,GC.Spread.Sheets.SheetArea.viewport,GC.Spread.Sheets.StorageType.data);
Object
GC.Spread.Sheets.StorageType