Spread Silverlight Documentation
StorageType Enumeration


GrapeCity.Windows.SpreadSheet.Data Namespace : StorageType Enumeration
Specifies the type of storage data.
Syntax
'Declaration
 
<System.FlagsAttribute()>
Public Enum StorageType 
   Inherits System.Enum
'Usage
 
Dim instance As StorageType
[System.Flags()]
public enum StorageType : System.Enum 
Members
MemberDescription
Axis Indicates the storage data type is the axis information.
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.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Windows.SpreadSheet.Data.StorageType

See Also

Reference

GrapeCity.Windows.SpreadSheet.Data Namespace