Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / StorageType Enumeration


In This Topic
    StorageType Enumeration
    In This Topic
    Specifies the type of storage data.
    Syntax
    'Declaration
     
    <FlagsAttribute()>
    Public Enum StorageType 
       Inherits System.Enum
    'Usage
     
    Dim instance As StorageType
    [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