Spread WPF 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
AxisIndicates the storage data type is the axis information.
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.
Inheritance Hierarchy

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

See Also

Reference

GrapeCity.Windows.SpreadSheet.Data Namespace