'Declaration <FlagsAttribute()> Public Enum StorageType Inherits System.Enum
'Usage Dim instance As StorageType
[Flags()] public enum StorageType : System.Enum
'Declaration <FlagsAttribute()> Public Enum StorageType Inherits System.Enum
'Usage Dim instance As StorageType
[Flags()] public enum StorageType : System.Enum
Member | Description |
---|---|
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. |
System.Object
System.ValueType
System.Enum
GrapeCity.Windows.SpreadSheet.Data.StorageType