Spread.Sheets Documentation
StorageType Enumeration
Represents the storage data type.
Members
MemberDescription
axisIndicates the storage data type is the axis information.
bindingPathIndicates the storage data type is data binding path.
commentIndicates the storage data type is comment.
dataIndicates the storage data type is pure value.
sparklineIndicates the storage data type is sparkline.
styleIndicates the storage data type is style.
tagIndicates the storage data type is tag.
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);
Inheritance Hierarchy

Object
   GC.Spread.Sheets.StorageType

See Also

Reference

GC.Spread.Sheets Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.