GcSpread.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,GcSpread.Sheets.SheetArea.viewport,GcSpread.Sheets.StorageType.Data);
Object
GcSpread.Sheets.StorageType