Spread WPF 17
GrapeCity.Excel Namespace / ImageType Enumeration


In This Topic
    ImageType Enumeration
    In This Topic
    Syntax
    'Declaration
     
    Public Enum ImageType 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImageType
    public enum ImageType : System.Enum 
    Members
    MemberDescription
    BitmapThe bitmap
    GifThe GIF
    JPGThe JPG
    PNGThe PNG
    UnsupportImage which is not supported.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Excel.ImageType

    See Also